use CMD instead of ENTRYPOINT so we can execute other commands with docker run

This commit is contained in:
Steven Van Acker 2017-02-16 22:46:25 +01:00
parent 035f49f632
commit 823c080d4f

View file

@ -22,4 +22,4 @@ RUN bin/ctf-tools-pip install appdirs
RUN echo "workon ctftools" >> /home/ctf/.bashrc
WORKDIR /home/ctf
ENTRYPOINT bash -i
CMD bash -i