We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccb148 commit 9ed6b27Copy full SHA for 9ed6b27
docker/simple/Dockerfile
@@ -35,4 +35,4 @@ ENV PORT=8000
35
EXPOSE 8000
36
37
# Run the server start script
38
-CMD ["/bin/sh", "/app/run.sh"]
+CMD ["/bin/sh", "/app/docker/simple/run.sh"]
0 commit comments