Going back to .html as default

This commit is contained in:
William Miceli
2019-10-29 10:21:50 -04:00
parent 9ace1df508
commit 3cecfd5ab7
3 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& rm -rf /var/www/html \
&& rm /etc/nginx/sites-enabled/default
# Copying in default nginx configuration
# Copying in nginx configuration
COPY /etc/ /etc/
# Setting up MySQL --Will come back to later, as it's not necessary and not playing very well with automation