Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
re-introduced the pip upgrade for dockerfile due to failed build and …
Browse files Browse the repository at this point in the history
…updated dependencies via dependabot

Signed-off-by: Yesenia <[email protected]>
  • Loading branch information
Cyber-JiuJiteria committed May 24, 2023
1 parent c91fac8 commit 8ff3c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN touch /logs/database.log

# Run this last to prevent cache invalidation when dependencies change
COPY requirements.txt .
# Run pip install upgrade to support any updates not caught by the requirements.txt
RUN pip install --upgrade pip
# Run pip install before copying the rest of the code to prevent cache invalidation
RUN pip install -r requirements.txt
# Copy the frontend build from the node-install stage.
Expand Down

0 comments on commit 8ff3c83

Please sign in to comment.