mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
Merge pull request #14 from bitnami/fix-install-script-execution
Run install script as executable
This commit is contained in:
@@ -8,7 +8,7 @@ ENV BITNAMI_APP_NAME=node \
|
||||
|
||||
ENV PATH=$BITNAMI_PREFIX/python/bin:$BITNAMI_APP_DIR/bin:$BITNAMI_PREFIX/common/bin:$PATH
|
||||
|
||||
RUN sh $BITNAMI_PREFIX/install.sh
|
||||
RUN $BITNAMI_PREFIX/install.sh
|
||||
|
||||
COPY rootfs/ /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user