mirror of https://github.com/MISP/misp-docker
Copy install script
parent
fcdafb8261
commit
680b09b196
|
@ -15,6 +15,8 @@ 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 INSTALL_NODB.sh
|
||||
|
||||
# Supervisord Setup
|
||||
|
|
Loading…
Reference in New Issue