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 d573fd9 + d1cc39f commit 5cdec4cCopy full SHA for 5cdec4c
Dockerfile
@@ -2,4 +2,5 @@ FROM python:3.8-slim-buster
2
WORKDIR /app2
3
COPY . .
4
RUN pip install -r requirements.txt
5
-CMD ["python3","app3.py"]
+CMD ["python2","app2.py"]
6
+
0 commit comments