replace sh with ./

Steven 2021-03-05 20:15:45 +01:00
parent b5ea503953
commit e97aaec488
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 sh INSTALL_NODB.sh
RUN ./INSTALL_NODB.sh
# Supervisord Setup
RUN ( \