mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
copy bitnami-utils-custom.sh after install.sh
speeds up development :)
This commit is contained in:
@@ -9,11 +9,12 @@ ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/mysql \
|
||||
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME \
|
||||
PATH=$BITNAMI_APP_DIR/bin:$PATH
|
||||
|
||||
COPY bitnami-utils-custom.sh /bitnami-utils-custom.sh
|
||||
|
||||
RUN sh $BITNAMI_PREFIX/install.sh\
|
||||
--base_password bitnami --mysql_password bitnami --mysql_allow_all_remote_connections 1 --disable-components common --mysql_init_data_dir 0
|
||||
|
||||
COPY bitnami-utils-custom.sh /bitnami-utils-custom.sh
|
||||
|
||||
EXPOSE 3306
|
||||
VOLUME ["$BITNAMI_APP_VOL_PREFIX/data", "$BITNAMI_APP_VOL_PREFIX/conf", "$BITNAMI_APP_VOL_PREFIX/logs"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user