We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9b97ba + 2f301ce commit 202fe30Copy full SHA for 202fe30
Dockerfile
@@ -1,5 +1,4 @@
1
-FROM python:3.7-slim
2
-
+FROM python:3.8.10
3
# Add requirements file in the container
4
COPY requirements.txt ./requirements.txt
5
RUN pip install -r requirements.txt
@@ -8,4 +7,4 @@ RUN pip install -r requirements.txt
8
7
COPY main.py ./main.py
9
10
# Define container entry point (could also work with CMD python main.py)
11
-ENTRYPOINT ["python", "main.py"]
+ENTRYPOINT ["python", "main.py"]
0 commit comments