Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ WORKDIR $HOME/app
|
|
22 |
# Set the working directory to the user's home directory
|
23 |
COPY --chown=user . $HOME/app
|
24 |
|
25 |
-
CMD [ "
|
|
|
22 |
# Set the working directory to the user's home directory
|
23 |
COPY --chown=user . $HOME/app
|
24 |
|
25 |
+
CMD [ "gunicorn" , "main:app", "--host", "0.0.0.0", "--port", "7860" ]
|