We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4818eeb commit 732e700Copy full SHA for 732e700
docker/Dockerfile
@@ -5,4 +5,4 @@ WORKDIR /app
5
ADD . /app/
6
7
EXPOSE 5000
8
-CMD ["python", "/app/main.py"]
+CMD ["python", "main.py"]
python_code
0 commit comments