Spaces:
Sleeping
Sleeping
Commit
·
78aaefd
1
Parent(s):
0e3f7c4
dockerfile - adding cache folder
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,6 +10,6 @@ COPY . .
|
|
10 |
|
11 |
# RUN mkdir -p code/cache && chmod 777 code/cache
|
12 |
|
13 |
-
RUN mkdir
|
14 |
|
15 |
CMD ["gunicorn", "-w", "5", "main:app"]
|
|
|
10 |
|
11 |
# RUN mkdir -p code/cache && chmod 777 code/cache
|
12 |
|
13 |
+
RUN mkdir cache
|
14 |
|
15 |
CMD ["gunicorn", "-w", "5", "main:app"]
|