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