bumped final pnpm version
This commit is contained in:
parent
6275aaa326
commit
33b25c9743
@ -13,6 +13,6 @@ RUN pnpm build
|
|||||||
# final image
|
# final image
|
||||||
FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as final
|
FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as final
|
||||||
COPY package.json ormconfig.js ./
|
COPY package.json ormconfig.js ./
|
||||||
RUN npx pnpm@7.26.3 i --prod
|
RUN npx pnpm@8 i --prod
|
||||||
COPY --from=build /app/dist dist
|
COPY --from=build /app/dist dist
|
||||||
ENTRYPOINT ["node", "dist/app.js"]
|
ENTRYPOINT ["node", "dist/app.js"]
|
Loading…
x
Reference in New Issue
Block a user