Testing to see if I can do without this

This commit is contained in:
William Miceli
2019-03-30 18:28:11 -04:00
parent 452cd88d86
commit a32ca39423

View File

@@ -36,7 +36,7 @@ RUN sed -i 's/root \/home\/USER\/www\/html/root \/var\/www/g' /etc/nginx/conf.d/
&& sed -i 's/#listen 80;/listen 80;/g' /etc/nginx/conf.d/default.conf && sed -i 's/#listen 80;/listen 80;/g' /etc/nginx/conf.d/default.conf
# Set the file permissions # Set the file permissions
RUN usermod -aG www-data nginx #RUN usermod -aG www-data nginx
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]