Skip to content

app folder referenced in Dockerfile of 5.0.0a1 not created #294

Description

@JamesOHeaDLS

I am using python-copier-template 5.0.0a1 with fastcs-goniowl (https://github.com/DiamondLightSource/fastcs-goniowl)

When the GitHub CI runs, the container / build step fails (https://github.com/DiamondLightSource/fastcs-goniowl/actions/runs/18122507210) with the following error:

Run docker run --rm tag_for_testing --version
  docker run --rm tag_for_testing --version
  shell: /usr/bin/bash -e {0}
exec /app/.venv/bin/fastcs-goniowl: no such file or directory
Error: Process completed with exit code 255.

In the repo .venv/bin/fastcs-goniowl is there, but the app folder is not

Looking in the Dockerfile the /app folder is referenced but not created

WORKDIR /app
COPY . /app
RUN chmod o+wrX .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions