Skip to content

Error in src mount point #14367

Description

@etj

The docker-compose reports:

  volumes:
    # - './src:/usr/src/geonode'  # Uncomment for local development

but if the line is uncommented, when launching the services you get:

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/usr/src/geonode/entrypoint.sh": stat /usr/src/geonode/entrypoint.sh: no such file or directory

Fact is that Dockerfile copies

COPY . /usr/src/geonode/

while the mount mounts ./src, so the paths mismatch,

Specifications

  • GeoNode version: master

No backport needed since the issue is on master only.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions