diff --git a/Dockerfile b/Dockerfile index d1d0789..368f376 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,4 @@ ADD public_nginx_conf /etc/nginx/sites-enabled/public_nginx_conf # switch to the created user and run nginx -USER deploy CMD ["nginx", "-g", "daemon off;"]