Add bash to execute install script

Steven 2021-03-08 22:36:58 +01:00
parent 912d0a4932
commit 9ea94429d9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ENV LANG en_US.UTF-8
# Install script
COPY INSTALL_NODB.sh .
RUN chmod +x INSTALL_NODB.sh
RUN ./INSTALL_NODB.sh -A -u
RUN bash INSTALL_NODB.sh -A -u
# Supervisord Setup
RUN ( \