blueda9232 commited on
Commit
52d9976
·
verified ·
1 Parent(s): 181982f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -21,7 +21,4 @@ COPY webui.db /app/backend/data/
21
  RUN chmod 555 /app/backend/data/webui.db
22
 
23
  # Open the port so the application can be accessed
24
- EXPOSE 7860
25
-
26
- # Start the application using the startup script
27
- CMD ["bash", "start.sh"]
 
21
  RUN chmod 555 /app/backend/data/webui.db
22
 
23
  # Open the port so the application can be accessed
24
+ EXPOSE 7860