Update Node version to 11
This commit is contained in:
parent
76b9c5f46d
commit
ddd7153540
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user