diff --git a/Dockerfile b/Dockerfile index 43570ea..b5f5408 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/cs4430.conf similarity index 100% rename from etc/nginx/conf.d/default.conf rename to etc/nginx/conf.d/cs4430.conf diff --git a/var/www/index.php b/var/www/index.html similarity index 100% rename from var/www/index.php rename to var/www/index.html