Fixed my comments
This commit is contained in:
@@ -11,14 +11,16 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
||||
&& rm -rf /var/www/html \
|
||||
&& rm /etc/nginx/sites-enabled/default
|
||||
|
||||
# Setting up PHP
|
||||
# Copying in default 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
|
||||
#RUN mysql_secure_installation --use-defaults
|
||||
|
||||
# Copying in startup script
|
||||
COPY /entrypoint.sh /
|
||||
|
||||
# Copying in web files
|
||||
COPY /var/www/ /var/www/
|
||||
|
||||
# Expose Insecure Web, MySQL Server
|
||||
|
||||
Reference in New Issue
Block a user