Fix build

This commit is contained in:
Douglas Barone 2020-12-21 11:33:18 -04:00
parent 19bfe46cba
commit f307ddc192
3 changed files with 130 additions and 436 deletions

View File

@ -1,5 +1,5 @@
# build stage
FROM node:lts-buster-slim as build-stage
FROM node as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install

563
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"date-fns": "^2.16.1",
"eslint": "^6.8.0",
"qrcode.vue": "^1.7.0",
"roboto-fontface": "*",
"validator": "^13.5.2",