LI 6 years ago committed by GitHub
parent 945d01179c
commit edfcd157cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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
CMD pm2-docker index.js

Loading…
Cancel
Save