mirror of https://github.com/MISP/misp-docker
Modified Dockerfile
parent
acd9e759c7
commit
b5ea503953
|
@ -17,7 +17,6 @@ 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
|
||||||
USER www-data
|
|
||||||
RUN sh INSTALL_NODB.sh
|
RUN sh INSTALL_NODB.sh
|
||||||
|
|
||||||
# Supervisord Setup
|
# Supervisord Setup
|
||||||
|
|
Loading…
Reference in New Issue