Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN python -m pip install flask_babel
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
-
RUN chmod -R 777 translations
|
26 |
RUN chmod +x ./ChimeraGPT-WebUI/run.py
|
27 |
|
28 |
EXPOSE 8080
|
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
+
RUN chmod -R 777 /app/translations
|
26 |
RUN chmod +x ./ChimeraGPT-WebUI/run.py
|
27 |
|
28 |
EXPOSE 8080
|