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;'