Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . $HOME/app
|
|
26 |
EXPOSE 7860
|
27 |
|
28 |
# Run app.py when the container launches
|
29 |
-
CMD ["
|
|
|
26 |
EXPOSE 7860
|
27 |
|
28 |
# Run app.py when the container launches
|
29 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app.py"]
|