Spaces:
Runtime error
Runtime error
DeathDaDev
commited on
Commit
•
94252e7
1
Parent(s):
ceace01
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -39,4 +39,5 @@ 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 ["/home/user/app/start.sh"]
|
43 |
+
cmd ["serve"]
|