Skip to content

Commit

Permalink
Fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 9, 2024
1 parent c5c6a71 commit 005bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get install -y --no-install-recommends build-essential curl \

## -------------------------- install application ----------------------------------- ##
WORKDIR /workspace/app
COPY pyproject.toml pdm.lock README.md .pre-commit-config.yaml .pylintrc LICENSE.md Makefile \
COPY pyproject.toml pdm.lock README.md .pre-commit-config.yaml LICENSE.md Makefile \
./
COPY scripts ./scripts/
RUN python -m venv --copies /workspace/app/.venv \
Expand Down

0 comments on commit 005bc4d

Please sign in to comment.