muryshev commited on
Commit
be8e555
·
1 Parent(s): c6d0bce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,4 +43,4 @@ EXPOSE 7860
43
  RUN chmod +x run.sh
44
  ENV LC_ALL=C.utf8
45
  # CMD to run your script
46
- CMD ./run.sh
 
43
  RUN chmod +x run.sh
44
  ENV LC_ALL=C.utf8
45
  # CMD to run your script
46
+ CMD /app/run.sh