mirror of https://github.com/MISP/misp-docker
Change order for copy
parent
5b9a9509e8
commit
d72beb2360
|
@ -15,10 +15,10 @@ RUN locale-gen en_US.UTF-8
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
# Install script
|
# Install script
|
||||||
COPY /tmp INSTALL_NODB.sh
|
COPY INSTALL_NODB.sh .
|
||||||
RUN chmod +x /tmp/INSTALL_NODB.sh
|
RUN chmod +x INSTALL_NODB.sh
|
||||||
USER www-data
|
USER www-data
|
||||||
RUN sh /tmp/INSTALL_NODB.sh
|
RUN sh INSTALL_NODB.sh
|
||||||
|
|
||||||
# Supervisord Setup
|
# Supervisord Setup
|
||||||
RUN ( \
|
RUN ( \
|
||||||
|
|
Loading…
Reference in New Issue