mirror of https://github.com/MISP/misp-docker
replace sh with ./
parent
b5ea503953
commit
e97aaec488
|
@ -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 sh INSTALL_NODB.sh
|
RUN ./INSTALL_NODB.sh
|
||||||
|
|
||||||
# Supervisord Setup
|
# Supervisord Setup
|
||||||
RUN ( \
|
RUN ( \
|
||||||
|
|
Loading…
Reference in New Issue