Update Node version to 11

This commit is contained in:
Cracker 2019-01-11 09:39:40 +01:00 committed by GitHub
parent 76b9c5f46d
commit ddd7153540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:boron
FROM node:11
MAINTAINER cracker0dks
@ -14,4 +14,4 @@ RUN npm install
COPY . /opt/app
EXPOSE 80
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]