mirror of https://github.com/MISP/misp-docker
Fix typo
parent
680b09b196
commit
48d6c137ef
|
@ -17,7 +17,7 @@ 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 INSTALL_NODB.sh
|
RUN ./INSTALL_NODB.sh
|
||||||
|
|
||||||
# Supervisord Setup
|
# Supervisord Setup
|
||||||
RUN ( \
|
RUN ( \
|
||||||
|
|
Loading…
Reference in New Issue