fix(core): update
This commit is contained in:
parent
304ab9fdbf
commit
8c8bf18610
6
Dockerfile_stableinit
Normal file
6
Dockerfile_stableinit
Normal file
@ -0,0 +1,6 @@
|
||||
FROM hosttoday/ht-docker-node:stable
|
||||
# Add Tini
|
||||
ENV TINI_VERSION v0.19.0
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
||||
RUN chmod +x /tini
|
||||
ENTRYPOINT ["/tini", "--"]
|
Loading…
Reference in New Issue
Block a user