Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
•
30017de
1
Parent(s):
ce2724b
added book
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,5 +12,5 @@ COPY --chown=user . /app
|
|
12 |
|
13 |
# RUN pip install gunicorn
|
14 |
# USER 'srinidhidevaraj'
|
15 |
-
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0
|
16 |
# CMD ["gunicorn", "--host", "0.0.0.0:7860", "main:app"]
|
|
|
12 |
|
13 |
# RUN pip install gunicorn
|
14 |
# USER 'srinidhidevaraj'
|
15 |
+
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
|
16 |
# CMD ["gunicorn", "--host", "0.0.0.0:7860", "main:app"]
|