Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
·
1c4ecf3
1
Parent(s):
ec4fce8
added book
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -12,5 +12,5 @@ COPY --chown=user . /app
|
|
12 |
|
13 |
RUN pip install gunicorn
|
14 |
USER 'srinidhidevaraj'
|
15 |
-
|
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"]
|