mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore: update react 18 breaking deps (#226)
This commit is contained in:
parent
a3854ecd59
commit
99b0c9383b
3 changed files with 9178 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue