interpréteur interactif sous docker

This commit is contained in:
Jephté Clain 2018-06-02 18:29:18 +04:00
parent ba2c8063a8
commit c1d98a01dc
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ LABEL name=d9-nutools date=$date version=$version
COPY . /nutools
RUN /nutools/uinst -y /nutools
CMD bash
CMD ["/bin/bash", "-il"]