Finished docker image and documentation

This commit is contained in:
2020-02-26 12:27:35 +01:00
parent 1814cb83af
commit 4826e5a515
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@
FROM node:latest as build
WORKDIR /app
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock
RUN yarn install
COPY . /app
RUN yarn build