Going back to .html as default
This commit is contained in:
@@ -11,7 +11,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|||||||
&& rm -rf /var/www/html \
|
&& rm -rf /var/www/html \
|
||||||
&& rm /etc/nginx/sites-enabled/default
|
&& rm /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
# Copying in default nginx configuration
|
# Copying in nginx configuration
|
||||||
COPY /etc/ /etc/
|
COPY /etc/ /etc/
|
||||||
|
|
||||||
# Setting up MySQL --Will come back to later, as it's not necessary and not playing very well with automation
|
# Setting up MySQL --Will come back to later, as it's not necessary and not playing very well with automation
|
||||||
|
|||||||
Reference in New Issue
Block a user