tassd commited on
Commit
1fdad75
·
1 Parent(s): 81a7e7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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