Skip to content

Commit

Permalink
install pipenv during container build
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexArray committed Jan 8, 2024
1 parent d34797d commit 269e472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM thespaghettidetective/web:base-1.15
WORKDIR /app
EXPOSE 3334

RUN pip install -U pip
RUN pip install -U pip pipenv==2022.12.19

ADD ./ /app
RUN pip install -r requirements.txt

0 comments on commit 269e472

Please sign in to comment.