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.
1 parent 1bbe659 commit 79d05f9Copy full SHA for 79d05f9
Dockerfile
@@ -3,4 +3,4 @@ WORKDIR /app
3
COPY app/ /app
4
RUN pip install Flask
5
EXPOSE 5000
6
-CMD ["python", "app-py"]
+CMD ["python", "app.py"]
0 commit comments