Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlake-zkq authored Aug 12, 2024
1 parent b12a855 commit 5294f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ USER root
RUN apt-get update && apt-get install -y python3-full python3 python3-pip pipx
COPY requirements.txt .
RUN sudo pipx ensurepath
RUN sudo pipx ensurepath --global
RUN sudo pipx install --global --no-cache-dir -r requirements.txt
RUN sudo pipx install --no-cache-dir -r requirements.txt
USER seluser
WORKDIR /home/seluser
COPY . .
Expand Down

0 comments on commit 5294f0c

Please sign in to comment.