Skip to content

Commit

Permalink
update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Feb 6, 2024
1 parent db16ff3 commit 9514fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12-alpine
ENV TZ=Europe/London

COPY ./requirements.txt /requirements.txt
# RUN pip install --upgrade pip
RUN pip install --upgrade pip
RUN pip install -r /requirements.txt

COPY ./main.py /main.py
Expand Down

0 comments on commit 9514fc8

Please sign in to comment.