Merge pull request #322 from programster/dockerfile-node-bump

Bumping the dockerfile baseimage from node 8.1 to 8.6
This commit is contained in:
Roger Witzig 2017-09-27 10:17:10 +02:00 committed by GitHub
commit 6e51a074d6

View file

@ -1,4 +1,4 @@
FROM node:8.1 FROM node:8.6
# First install dependencies # First install dependencies
COPY ./package.json ./app/ COPY ./package.json ./app/