From 97bc78b6e2d89914155cc9100f0f642af44d03c6 Mon Sep 17 00:00:00 2001 From: Taka Date: Sun, 20 Jun 2021 00:33:32 +1000 Subject: [PATCH] Force the webapp to initialize when running in a container. --- docker/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/run.sh b/docker/run.sh index 1ed6963..51fba1e 100755 --- a/docker/run.sh +++ b/docker/run.sh @@ -2,4 +2,5 @@ # run the webapp server python3 /app/asl_rulebook2/webapp/run_server.py \ - --addr 0.0.0.0 + --addr 0.0.0.0 \ + --force-init-delay 30