Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +2 -1
entrypoint.sh
CHANGED
|
@@ -2,5 +2,6 @@
|
|
| 2 |
# Start crond in the background
|
| 3 |
/usr/sbin/crond -b &
|
| 4 |
# Start panel server
|
| 5 |
-
panel serve /app/main.py --port 8000
|
|
|
|
| 6 |
|
|
|
|
| 2 |
# Start crond in the background
|
| 3 |
/usr/sbin/crond -b &
|
| 4 |
# Start panel server
|
| 5 |
+
panel serve /app/main.py --port 8000
|
| 6 |
+
#--address 0.0.0.0 --allow-websocket-origin *
|
| 7 |
|