mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: remove yarn lock (#131)
This commit is contained in:
parent
bdbdab1f18
commit
c25ba31a70
2 changed files with 2 additions and 9232 deletions
|
@ -1,8 +1,8 @@
|
|||
# build web
|
||||
FROM node:16-alpine AS web-builder
|
||||
WORKDIR /web
|
||||
COPY web/package.json web/yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY web/package.json ./
|
||||
RUN yarn install
|
||||
COPY web .
|
||||
RUN yarn build
|
||||
|
||||
|
|
9230
web/yarn.lock
9230
web/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue