You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#RUN sed -i "s|§ROOT_PSW§|${MYSQL_ROOT_PASSWORD}|g" /setup/${SETUP_SCRIPT}
22
-
23
-
RUN sed -i "s|§SETUP_SQL§|${SETUP_SQL}|g" /setup/${SETUP_SCRIPT}
24
-
RUN sed -i "s|§MYSQL_USER§|${MYSQL_USER}|g" /setup/${SETUP_SQL}
25
-
RUN chmod +x /setup/${SETUP_SCRIPT}
7
+
## Trying to initialize the DB as explained here: https://stackoverflow.com/questions/32482780/how-to-create-populated-mysql-docker-image-on-build-time
0 commit comments