Disabled SQL database initialization until it's ready
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user