merge dev to main #208

Merged
philipp merged 79 commits from dev into main 2023-11-06 17:18:50 +00:00
Showing only changes of commit 33b25c9743 - Show all commits

View File

@ -13,6 +13,6 @@ RUN pnpm build
# final image
FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as final
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
ENTRYPOINT ["node", "dist/app.js"]