Change location of script

Steven 2021-03-05 17:28:46 +01:00
parent 0300a79c37
commit 5b9a9509e8
1 changed files with 3 additions and 4 deletions

View File

@ -15,11 +15,10 @@ 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 chown www-data:www-data INSTALL_NODB.sh
COPY /tmp INSTALL_NODB.sh
RUN chmod +x /tmp/INSTALL_NODB.sh
USER www-data
RUN ./INSTALL_NODB.sh
RUN sh /tmp/INSTALL_NODB.sh
# Supervisord Setup
RUN ( \