Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
69502f1
1
Parent(s):
72ebb4d
fix
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -13,8 +13,7 @@ WORKDIR /app
|
|
13 |
|
14 |
COPY . .
|
15 |
|
16 |
-
RUN mkdir -p /app/log && chown -R appuser:appuser /app/log && chmod -R 755 /app/log
|
17 |
-
|
18 |
|
19 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
20 |
|
|
|
13 |
|
14 |
COPY . .
|
15 |
|
16 |
+
RUN mkdir -p /app/log && chown -R appuser:appuser /app/log && chmod -R 755 /app/log /app/static/upload
|
|
|
17 |
|
18 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
19 |
|