Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
•
c2bf339
1
Parent(s):
4fdc9fd
added book
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ COPY ./requirements.txt requirements.txt
|
|
24 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
25 |
RUN apt update
|
26 |
COPY . .
|
27 |
-
CMD ["gunicorn", "
|
28 |
# COPY --chown=user . /app
|
29 |
|
30 |
# EXPOSE 5000
|
|
|
24 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
25 |
RUN apt update
|
26 |
COPY . .
|
27 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
|
28 |
# COPY --chown=user . /app
|
29 |
|
30 |
# EXPOSE 5000
|