mirror of https://github.com/MISP/misp-docker
Chown install script and change user
parent
48d6c137ef
commit
0300a79c37
|
@ -17,6 +17,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
|
||||
USER www-data
|
||||
RUN ./INSTALL_NODB.sh
|
||||
|
||||
# Supervisord Setup
|
||||
|
|
Loading…
Reference in New Issue