Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ RUN chmod -R 777 /client/requests_cache
|
|
36 |
COPY . .
|
37 |
|
38 |
# Set the permissions data directory
|
39 |
-
RUN chmod -R 777 /client/data
|
40 |
|
41 |
# Expose app port
|
42 |
EXPOSE 7860
|
|
|
36 |
COPY . .
|
37 |
|
38 |
# Set the permissions data directory
|
39 |
+
RUN chmod -R 777 /client/data
|
40 |
|
41 |
# Expose app port
|
42 |
EXPOSE 7860
|