Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
|
|
|
|
|
|
|
|