Chown install script and change user

Steven 2021-03-05 16:42:03 +01:00
parent 48d6c137ef
commit 0300a79c37
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ ENV LANG en_US.UTF-8
# Install script # Install script
COPY . INSTALL_NODB.sh COPY . INSTALL_NODB.sh
RUN chmod +x INSTALL_NODB.sh RUN chmod +x INSTALL_NODB.sh
RUN chown www-data:www-data INSTALL_NODB.sh
USER www-data
RUN ./INSTALL_NODB.sh RUN ./INSTALL_NODB.sh
# Supervisord Setup # Supervisord Setup