diff --git a/Dockerfile b/Dockerfile index ad613a8..bd1968c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:6-onbuild +FROM node:8-onbuild WORKDIR /usr/src/app RUN npm install pm2 -g EXPOSE 1207 -CMD pm2-docker index.js \ No newline at end of file +CMD pm2-docker index.js