Trying to figure out why MySQL is so annoying

This commit is contained in:
WilliamMiceli
2019-11-22 22:45:28 -05:00
parent 328b40f0f6
commit 937b9c07a1

View File

@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
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 -u root < mysql_setup.sql
RUN mysql -u root --verbose < mysql_setup.sql
# Copying in startup script
COPY /entrypoint.sh /