Change order for copy

Steven 2021-03-05 17:39:03 +01:00
parent 5b9a9509e8
commit d72beb2360
1 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
# Install script
COPY /tmp INSTALL_NODB.sh
RUN chmod +x /tmp/INSTALL_NODB.sh
COPY INSTALL_NODB.sh .
RUN chmod +x INSTALL_NODB.sh
USER www-data
RUN sh /tmp/INSTALL_NODB.sh
RUN sh INSTALL_NODB.sh
# Supervisord Setup
RUN ( \