Skip to content

Commit 5cdec4c

Browse files
Merge branch 'main' into test2
2 parents d573fd9 + d1cc39f commit 5cdec4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ FROM python:3.8-slim-buster
22
WORKDIR /app2
33
COPY . .
44
RUN pip install -r requirements.txt
5-
CMD ["python3","app3.py"]
5+
CMD ["python2","app2.py"]
6+

0 commit comments

Comments
 (0)