mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
Run install script as executable
This commit is contained in:
@@ -10,7 +10,7 @@ ENV BITNAMI_APP_NAME=apache \
|
||||
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
|
||||
COPY rootfs/ /
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
Reference in New Issue
Block a user