Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
•
3027af9
1
Parent(s):
47875c3
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
8 |
|
9 |
RUN mkdir /.cache && chmod 777 /.cache
|
10 |
|
|
|
|
|
11 |
COPY app.py .
|
12 |
|
13 |
CMD ["python3", "app.py"]
|
|
|
8 |
|
9 |
RUN mkdir /.cache && chmod 777 /.cache
|
10 |
|
11 |
+
RUN mkdir /app/mayo && chmod 777 /app/mayo
|
12 |
+
|
13 |
COPY app.py .
|
14 |
|
15 |
CMD ["python3", "app.py"]
|