Skip to content

Commit

Permalink
build: fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 16, 2024
1 parent e9ed4e3 commit 1ef72cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ENV PYTHONPATH=/app

COPY --from=poetry /app/requirements.txt ./requirements.txt

RUN pip install -r requirements.txt --no-cache-dir
RUN pip install -U pip && \
pip install -r requirements.txt --no-cache-dir

WORKDIR /app

Expand Down

0 comments on commit 1ef72cd

Please sign in to comment.