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 322cb94 commit 08116c0Copy full SHA for 08116c0
Dockerfile.dash
@@ -9,4 +9,4 @@ COPY src src
9
10
# EXPOSE $PORT
11
12
-CMD gunicorn src.dash_app:server --bind 0.0.0.0:$PORT
+CMD gunicorn dash_app:server --bind 0.0.0.0:$PORT --chdir src/
0 commit comments