diff --git a/Dockerfile b/Dockerfile index d013d2dd..12127c12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,13 @@ FROM node + + ENV TINI_VERSION v0.18.0 ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini RUN chmod +x /tini ENTRYPOINT ["/tini", "--"] - COPY /. . RUN npm install + CMD ["node","app.js"] diff --git a/README.md b/README.md index e879ebf5..9811e4bd 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,5 @@ and then refresh your browser pointing to `http://localhost:8080` to see: Sign up for Wercker: http://www.wercker.com Learn more at: http://devcenter.wercker.com -17 -18 +12