MySQL install is annoying
This commit is contained in:
@@ -6,6 +6,9 @@ WORKDIR /var/www
|
||||
RUN apt-get update && apt-get install mysql-server nginx -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 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
|
||||
|
||||
COPY /entrypoint.sh /
|
||||
|
||||
# Expose Insecure Web, MySQL Server
|
||||
|
||||
Reference in New Issue
Block a user