Spaces:
Paused
Paused
Update Dockerfile
Browse files"update fix permission"
- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -23,8 +23,7 @@ RUN git clone --depth 1 https://github.com/BagaSept26/ComfyUI backend
|
|
23 |
RUN pip install --no-cache-dir -r backend/requirements.txt
|
24 |
|
25 |
#directory permission
|
26 |
-
RUN
|
27 |
-
chmod -R 777 /app/backend/user
|
28 |
|
29 |
#buat directory yang di build
|
30 |
RUN mkdir -p backend/web
|
|
|
23 |
RUN pip install --no-cache-dir -r backend/requirements.txt
|
24 |
|
25 |
#directory permission
|
26 |
+
RUN chmod -R 777 /app/backend
|
|
|
27 |
|
28 |
#buat directory yang di build
|
29 |
RUN mkdir -p backend/web
|