Spaces:
Runtime error
Runtime error
a.pourmand
commited on
Commit
·
f1b564d
1
Parent(s):
805d284
add dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,6 @@ WORKDIR /app
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
8 |
|
9 |
-
|
10 |
|
11 |
CMD ["python","app.py"]
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
8 |
|
9 |
+
COPY . /app
|
10 |
|
11 |
CMD ["python","app.py"]
|