Switch to node 10

This commit is contained in:
Christopher Hoskin
2019-01-16 15:11:49 +00:00
parent 4bd67d5e7e
commit 4c8b619ee8
5 changed files with 1990 additions and 1068 deletions

View File

@@ -1,4 +1,4 @@
FROM node:6.15.1 as app
FROM node:10.15.0 as app
WORKDIR /app
@@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all
FROM node:6.15.1
FROM node:10.15.0
COPY --from=app /app /app