Spaces:
Runtime error
Runtime error
fschwartzer
commited on
Commit
•
b800ccd
1
Parent(s):
00bc47f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ EXPOSE 5000
|
|
17 |
ENV NAME World
|
18 |
|
19 |
# Run app.py when the container launches
|
20 |
-
CMD ["gunicorn", "-b", "
|
|
|
17 |
ENV NAME World
|
18 |
|
19 |
# Run app.py when the container launches
|
20 |
+
CMD ["gunicorn", "-b", "127.0.0.1:5000", "--log-level", "debug", "app:app"]
|