Skip to content

Commit

Permalink
fix: failing deploy due to outdated lock file (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Sep 19, 2023
1 parent 73066a1 commit 0e5ca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN python -m venv /venv
RUN pip install pipenv

COPY Pipfile Pipfile.lock ./
RUN pipenv install --system --deploy
RUN pipenv sync --system --categories "packages"


# ---
Expand Down

0 comments on commit 0e5ca81

Please sign in to comment.