fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-20 20:46:57 +01:00
parent 304ab9fdbf
commit 8c8bf18610

6
Dockerfile_stableinit Normal file
View 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", "--"]