yarn upgrade
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:20-bullseye-slim AS frontend
|
|||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ADD ./frontend/package.json .
|
ADD ./frontend/package.json .
|
||||||
ADD ./frontend/package-lock.json .
|
ADD ./frontend/yarn.lock .
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
COPY ./frontend/ .
|
COPY ./frontend/ .
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|||||||
15938
frontend/package-lock.json
generated
15938
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
9920
frontend/yarn.lock
Normal file
9920
frontend/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user