Commit
·
338f11c
1
Parent(s):
6137618
remove debug cmds
Browse files- docker-entrypoint-wrapper.sh +1 -15
docker-entrypoint-wrapper.sh
CHANGED
@@ -52,18 +52,4 @@ export PORT=3000
|
|
52 |
--hostname "0.0.0.0" \
|
53 |
--port 3000 \
|
54 |
--experimental-hostname-validation=false \
|
55 |
-
--experimental-https=false &
|
56 |
-
|
57 |
-
# Wait a moment for the server to start
|
58 |
-
sleep 5
|
59 |
-
|
60 |
-
# Debug network information
|
61 |
-
echo "Network Debug Information:"
|
62 |
-
echo "-------------------------"
|
63 |
-
ip addr show
|
64 |
-
echo "-------------------------"
|
65 |
-
netstat -tulpn
|
66 |
-
echo "-------------------------"
|
67 |
-
|
68 |
-
# Keep the script running
|
69 |
-
wait
|
|
|
52 |
--hostname "0.0.0.0" \
|
53 |
--port 3000 \
|
54 |
--experimental-hostname-validation=false \
|
55 |
+
--experimental-https=false &
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|