interpréteur interactif sous docker
This commit is contained in:
parent
ba2c8063a8
commit
c1d98a01dc
|
@ -6,4 +6,4 @@ LABEL name=d9-nutools date=$date version=$version
|
||||||
COPY . /nutools
|
COPY . /nutools
|
||||||
|
|
||||||
RUN /nutools/uinst -y /nutools
|
RUN /nutools/uinst -y /nutools
|
||||||
CMD bash
|
CMD ["/bin/bash", "-il"]
|
||||||
|
|
Loading…
Reference in New Issue