Copy install script

Steven 2021-03-05 15:59:31 +01:00
parent fcdafb8261
commit 680b09b196
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
# Install script
COPY . INSTALL_NODB.sh
RUN chmod +x INSTALL_NODB.sh
RUN INSTALL_NODB.sh
# Supervisord Setup