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 bbeab65 commit c30a592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ USER root
RUN apt-get update && apt-get install -y python3-full python3 python3-pip
COPY requirements.txt .
RUN python3 -m venv venv
RUN source venv/bin/activate
RUN . venv/bin/activate
RUN python3 -m pip install --no-cache-dir -r requirements.txt
USER seluser
WORKDIR /home/seluser
Expand Down

0 comments on commit c30a592

Please sign in to comment.