Disabled SQL database initialization until it's ready

This commit is contained in:
WilliamMiceli
2019-11-21 18:40:02 -05:00
parent 3a1c990308
commit 91918c2f19

View File

@@ -24,7 +24,7 @@ COPY /entrypoint.sh /
COPY /var/www/ /var/www/ COPY /var/www/ /var/www/
# Setting up the database tables # 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 Insecure Web, MySQL Server
EXPOSE 80 3306 EXPOSE 80 3306