Spaces:
Runtime error
Runtime error
SuperSecureHuman
commited on
Commit
•
02555ce
1
Parent(s):
202c549
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -14,6 +14,7 @@ COPY entrypoint.sh /bin/entrypoint.sh
|
|
14 |
RUN chmod 755 /bin/entrypoint.sh
|
15 |
|
16 |
WORKDIR /app
|
|
|
17 |
|
18 |
ENV FS_ENABLE_WEB=false
|
19 |
ENV FS_ENABLE_OPENAI_API=true
|
|
|
14 |
RUN chmod 755 /bin/entrypoint.sh
|
15 |
|
16 |
WORKDIR /app
|
17 |
+
RUN chmod -R 777 /app
|
18 |
|
19 |
ENV FS_ENABLE_WEB=false
|
20 |
ENV FS_ENABLE_OPENAI_API=true
|