Spaces:
Runtime error
Runtime error
DeathDaDev
commited on
Commit
•
f51cdad
1
Parent(s):
e3f7c3a
fix: correct entry point in Dockerfile to execute start.sh with sh shell
Browse files- 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"]
|