CarolinePascal commited on
Commit
3460666
·
unverified ·
1 Parent(s): aabc0fe

fix(app name): fixing app script name

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ COPY . /app
39
  EXPOSE 7860
40
  ENV PORT=7860
41
 
42
- CMD ["/app/start.sh"]
 
39
  EXPOSE 7860
40
  ENV PORT=7860
41
 
42
+ CMD ["/app/app.sh"]