DeathDaDev commited on
Commit
f51cdad
1 Parent(s): e3f7c3a

fix: correct entry point in Dockerfile to execute start.sh with sh shell

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ USER user
39
  EXPOSE 11434 5000
40
 
41
  # Command to run the Flask application
42
- CMD ["/home/user/app/start.sh"]
 
39
  EXPOSE 11434 5000
40
 
41
  # Command to run the Flask application
42
+ CMD ["sh", "/home/user/app/start.sh"]