Skip to content

Commit 08116c0

Browse files
author
PJ Hoberman
committed
updated gunicorn command
1 parent 322cb94 commit 08116c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ COPY src src
99

1010
# EXPOSE $PORT
1111

12-
CMD gunicorn src.dash_app:server --bind 0.0.0.0:$PORT
12+
CMD gunicorn dash_app:server --bind 0.0.0.0:$PORT --chdir src/

0 commit comments

Comments
 (0)