Spaces:
Build error
Build error
Kedar Dabhadkar
commited on
Commit
·
70959da
1
Parent(s):
9d30a24
Fix: Point to Fast Dash script
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -74,4 +74,4 @@ ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/code/miniconda/lib"
|
|
74 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
75 |
COPY --chown=user . $HOME/app
|
76 |
|
77 |
-
CMD exec gunicorn
|
|
|
74 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
75 |
COPY --chown=user . $HOME/app
|
76 |
|
77 |
+
CMD exec gunicorn fast_dash_app:server --bind :7860
|