tassd commited on
Commit
cce698c
·
1 Parent(s): 33eff38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ python -m pip install --no-cache-dir -r requirements.txt
19
  COPY . .
20
 
21
  RUN chmod -R 777 /app/ChimeraGPT-WebUI/translations
 
22
 
23
  EXPOSE 8080
24
 
25
- CMD ["python3", "./run.py"]
 
19
  COPY . .
20
 
21
  RUN chmod -R 777 /app/ChimeraGPT-WebUI/translations
22
+ RUN chmod +x ./ChimeraGPT-WebUI/run.py
23
 
24
  EXPOSE 8080
25
 
26
+ CMD ["python3", "./ChimeraGPT-WebUI/run.py"]