diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 453122c2..2d88223c 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -8,4 +8,4 @@ then echo "$HOST_IP $HOST_DOMAIN" >> /etc/hosts fi -node bundle.js --listen-api +exec node bundle.js --listen-api