forked from p15670423/monkey
Remove supervisord
This commit is contained in:
parent
290ee213fd
commit
f3ce6c08c5
|
@ -16,11 +16,9 @@ RUN tar xvf infection_monkey_deb.${RELEASE}.tgz \
|
|||
&& apt-get -yqq upgrade \
|
||||
&& apt-get -yqq install python-pip \
|
||||
python-dev \
|
||||
libssl-dev \
|
||||
supervisor \
|
||||
&& dpkg -i *.deb \
|
||||
&& rm -f *.deb *.tgz
|
||||
|
||||
COPY stack.conf /etc/supervisor/conf.d/stack.conf
|
||||
|
||||
ENTRYPOINT [ "supervisord", "-n", "-c", "/etc/supervisor/supervisord.conf" ]
|
||||
WORKDIR /var/monkey
|
||||
ENTRYPOINT ["/var/monkey/monkey_island/bin/python/bin/python"]
|
||||
CMD ["/var/monkey/monkey_island.py"]
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[program:monkey]
|
||||
command=/var/monkey/monkey_island/ubuntu/systemd/start_server.sh
|
Loading…
Reference in New Issue