tassd commited on
Commit
e855838
·
1 Parent(s): b3bc120

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN python -m pip install flask_babel
24
 
25
  COPY . .
26
 
27
- RUN chmod -R 777 /app/ChimeraGPT-WebUI/translations
28
  RUN chmod +x ./ChimeraGPT-WebUI/run.py
29
 
30
  EXPOSE 8080
 
24
 
25
  COPY . .
26
 
27
+ RUN chmod -R 777 /app/ChimeraGPT-WebUI
28
  RUN chmod +x ./ChimeraGPT-WebUI/run.py
29
 
30
  EXPOSE 8080