Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
•
4c85ea5
1
Parent(s):
1c4ecf3
added book
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
10 |
|
11 |
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"]
|
|
|
10 |
|
11 |
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"]
|