This commit is contained in:
Tommy Parnell
2018-09-28 15:56:33 -04:00
parent 4a17e9773f
commit 67b694b77c

View File

@@ -1,6 +1,6 @@
FROM node:8 as build FROM node:8 as build
WORKDIR /build WORKDIR /build
COPY package.json package-lock.json . COPY package.json package-lock.json ./
RUN npm install RUN npm install
COPY . . COPY . .
RUN npm run build RUN npm run build