Skip to content

Commit e69369a

Browse files
Update Dockerfile
1 parent 0fb4745 commit e69369a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM python:3.8-slim-buster
1+
FROM python:3.10-slim-buster
2+
23
WORKDIR /app
34

45
COPY requirements.txt requirements.txt
5-
RUN pip3 install -r requirements.txt
6+
RUN pip3 install -r requirements.txt --break-system-packages
67

78
COPY . .
89

9-
CMD python3 main.py
10+
CMD ["python3", "main.py"]

0 commit comments

Comments
 (0)