From 937b9c07a1dd9e46723eb8595788597231d34231 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 22 Nov 2019 22:45:28 -0500 Subject: [PATCH] Trying to figure out why MySQL is so annoying --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12c1105..9da10af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /