Skip to content

Commit

Permalink
install tini - dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Nov 13, 2018
1 parent 4f5b243 commit 3e8bfa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
@@ -1,6 +1,10 @@
FROM keymetrics/pm2:8-jessie
MAINTAINER maestro@maestroserver.io

ENV TINI_VERSION v0.18.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /sbin/tini
RUN chmod +x /sbin/tini

# Bundle APP files
WORKDIR /data

Expand Down

0 comments on commit 3e8bfa2

Please sign in to comment.