Skip to content

Commit

Permalink
chore: Again
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Jul 10, 2024
1 parent 255ae39 commit 05be01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ WORKDIR /opt/project
COPY --from=chamber /chamber /bin/chamber

# Copy across the virtual environment
COPY --from=builder /opt/venv/.venv/* /opt/venv/
COPY --from=builder /opt/venv/.venv/ /opt/venv/

# Copy in the rest of the project
# For testing it might be easier to mount $(PWD):/opt/project so that local changes are reflected in the container
Expand Down

0 comments on commit 05be01a

Please sign in to comment.