Skip to content

Commit

Permalink
Install with --production in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Apr 20, 2024
1 parent c59f541 commit 0389b38
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 @@ -14,7 +14,7 @@ ENV PYTHONPATH=/usr/local/lib/python3.9/site-packages/pdm/pep582

# install python deps
COPY pdm.lock pyproject.toml README.md /app/
RUN pdm install
RUN pdm install --production

# Add python source
COPY venmo_auto_cashout /app/venmo_auto_cashout/
Expand Down

0 comments on commit 0389b38

Please sign in to comment.