From 9aacb6102af345d1b526ab6bbf7b1a85f1959d64 Mon Sep 17 00:00:00 2001 From: pnoker Date: Tue, 2 Mar 2021 11:52:19 +0800 Subject: [PATCH] . --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9760e2e..d9b9fc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,4 @@ COPY ./dc3/dependencies/conf.crt/ /etc/nginx/conf.crt/ EXPOSE 80 443 VOLUME /var/log/nginx -#CMD /bin/wait-for dc3-auth:8300 dc3-manager:8400 dc3-data:8500 -t 5 -- nginx -g 'daemon off;' -CMD nginx -g 'daemon off;' +CMD /bin/wait-for dc3-auth:8300 dc3-manager:8400 dc3-data:8500 -t 5 -- nginx -g 'daemon off;'