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