From 91918c2f19e984d4a014f6029aafe27292f5e44b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 21 Nov 2019 18:40:02 -0500 Subject: [PATCH] Disabled SQL database initialization until it's ready --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72ff19b..535e2df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY /entrypoint.sh / COPY /var/www/ /var/www/ # Setting up the database tables -RUN mysql -u root friendbook < initialization.sql +#RUN mysql -u root friendbook < initialization.sql # Expose Insecure Web, MySQL Server EXPOSE 80 3306