mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
Run install script as executable
This commit is contained in:
@@ -10,7 +10,7 @@ ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME \
|
||||
PATH=$BITNAMI_APP_DIR/bin:$PATH
|
||||
|
||||
|
||||
RUN sh $BITNAMI_PREFIX/install.sh\
|
||||
RUN $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
|
||||
|
||||
Reference in New Issue
Block a user