mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
use CMD instead of ENTRYPOINT so we can execute other commands with docker run
This commit is contained in:
parent
035f49f632
commit
823c080d4f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue