Update Dockerfile.template (#95)
This commit is contained in:
parent
16a8224e23
commit
e6aadeb9f8
@ -12,5 +12,7 @@ SED_DPKG
|
|||||||
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
|
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
|
||||||
RUN rm -rf /deps
|
RUN rm -rf /deps
|
||||||
|
|
||||||
|
COPY ["start.sh", "/usr/bin/"]
|
||||||
|
|
||||||
ENTRYPOINT /usr/bin/start.sh \
|
ENTRYPOINT /usr/bin/start.sh \
|
||||||
&& /bin/bash
|
&& /bin/bash
|
||||||
|
Reference in New Issue
Block a user