tassd commited on
Commit
b9d7aee
·
1 Parent(s): 644334e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,9 +22,9 @@ RUN python -m pip install flask_babel
22
 
23
  COPY . .
24
 
25
- RUN list
26
 
27
- RUN chmod -R 777 /app/translations
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