Run install script as executable

This commit is contained in:
Adnan Abdulhussein 2015-10-08 12:50:05 +01:00
parent 66292c8a48
commit 18c44ae55c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ENV BITNAMI_APP_NAME=php-fpm \
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME \
PATH=$BITNAMI_APP_DIR/sbin:$BITNAMI_APP_DIR/bin:$BITNAMI_PREFIX/common/bin:$PATH
RUN sh $BITNAMI_PREFIX/install.sh\
RUN $BITNAMI_PREFIX/install.sh\
--php_fpm_allow_all_remote_connections 1 --php_fpm_connection_mode port
COPY rootfs/ /