Spaces:
Runtime error
Runtime error
Zhanming
commited on
Commit
·
daed467
1
Parent(s):
7c8e1f1
update application files
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -5,4 +5,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
USER user
|
8 |
-
COPY --link --chown=1000 ./ /code
|
|
|
|
|
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
USER user
|
8 |
+
COPY --link --chown=1000 ./ /code
|
9 |
+
|
10 |
+
CMD ["python", "app.py"]
|