installer flags added

Steven 2021-03-08 22:18:10 +01:00
parent 90a2ccdbd8
commit 912d0a4932
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 -u
RUN ./INSTALL_NODB.sh -A -u
# Supervisord Setup
RUN ( \