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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -22,6 +22,8 @@ RUN python -m pip install flask_babel
22
 
23
  COPY . .
24
 
 
 
25
  RUN chmod -R 777 /app/translations
26
  RUN chmod +x ./ChimeraGPT-WebUI/run.py
27
 
 
22
 
23
  COPY . .
24
 
25
+ RUN list
26
+
27
  RUN chmod -R 777 /app/translations
28
  RUN chmod +x ./ChimeraGPT-WebUI/run.py
29