Spaces:
Runtime error
Runtime error
varunkuntal
commited on
Commit
•
2f6786d
1
Parent(s):
06f4ba9
fixed dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
EXPOSE 80
|
15 |
|
16 |
# Run app.py when the container launches
|
17 |
-
CMD ["gunicorn", "-b", ":
|
|
|
14 |
EXPOSE 80
|
15 |
|
16 |
# Run app.py when the container launches
|
17 |
+
CMD ["gunicorn", "-b", ":8000", "app:app"]
|