chore: update react 18 breaking deps (#226)

This commit is contained in:
Ludvig Lundgren 2022-04-09 23:42:32 +02:00 committed by GitHub
parent a3854ecd59
commit 99b0c9383b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9178 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# build web
FROM node:16-alpine AS web-builder
WORKDIR /web
COPY web/package.json ./
COPY web/package.json web/yarn.lock ./
RUN yarn install
COPY web .
RUN yarn build