mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 15:57:49 +08:00
Update Dockerfile
This commit is contained in:
@@ -10,7 +10,7 @@ ENV BITNAMI_APP_NAME=drupal \
|
||||
|
||||
#Download latest Drupal Stack from bitnami.com
|
||||
RUN sh $BITNAMI_PREFIX/install.sh \
|
||||
--base_user $BITNAMI_APPLICATION_USER --base_password $BITNAMI_APPLICATION_PASSWORD --apache_mpm_mode event --enable_phpfpm 1 --logrotate_install 1 --monit_install 1 --enable_banner 1 && $BITNAMI_PREFIX/ctlscript.sh stop && \
|
||||
--base_user $BITNAMI_APPLICATION_USER --base_password $BITNAMI_APPLICATION_PASSWORD --apache_mpm_mode event --enable_phpfpm 1 --logrotate_install 1 --monit_install 1 && $BITNAMI_PREFIX/ctlscript.sh stop && \
|
||||
rm $BITNAMI_PREFIX/install.sh
|
||||
|
||||
EXPOSE 80 443 22
|
||||
|
||||
Reference in New Issue
Block a user