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