diff --git a/Dockerfile b/Dockerfile index d3a8efb..4dc20da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,3 @@ FROM nginx ADD nginx.conf /etc/nginx/nginx.conf - -# Append "daemon off;" to the beginning of the configuration -RUN echo "daemon off;" >> /etc/nginx/nginx.conf - RUN mkdir assets