mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
📦 build: Remove yarn
This commit is contained in:
+2
-2
@@ -38,12 +38,12 @@ RUN apt-get -y install nodejs
|
||||
RUN corepack enable
|
||||
|
||||
COPY --from=build /home/node/app/package.json .
|
||||
COPY --from=build /home/node/app/yarn.lock .
|
||||
COPY --from=build /home/node/app/pnpm-lock.lock .
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
COPY --from=build /home/node/app/prisma ./prisma/
|
||||
RUN yarn prisma generate
|
||||
RUN pnpm run prisma generate
|
||||
|
||||
COPY --from=build /home/node/app/locales ./locales/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user