Spaces:
Sleeping
Sleeping
hoshoo21
commited on
Commit
·
8d9bad2
1
Parent(s):
d31c3f9
fixing docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,6 +10,6 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
12 |
COPY --chown=user . /app
|
13 |
-
|
14 |
|
15 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|
|
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
12 |
COPY --chown=user . /app
|
13 |
+
|
14 |
|
15 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|