AlirezaX2 commited on
Commit
ecf864b
·
1 Parent(s): 9a98c13

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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 --address 0.0.0.0 --allow-websocket-origin *
 
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