Skip to content

Commit

Permalink
Update pipenv lock for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed Oct 3, 2023
1 parent f38cbcc commit 22559a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin-system/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ADD Pipfile.lock Pipfile /usr/src/
WORKDIR /usr/src

# Install pipenv packages
RUN /root/.local/bin/pipenv lock --dev
RUN /root/.local/bin/pipenv sync --dev

RUN /usr/src/.venv/bin/python -c "import requests; print(requests.__version__)"
Expand Down

0 comments on commit 22559a2

Please sign in to comment.