Missing orm file

This commit is contained in:
Nicolai Ort 2023-04-15 18:19:47 +02:00
parent 4e4435010f
commit 3ff666fd3e
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN pnpm run build \
FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as final
WORKDIR /app
COPY --from=build /app/package.json /app/package.json
COPY --from=build /app/ormconfig.js /app/ormconfig.js
COPY --from=build /app/dist /app/dist
COPY --from=build /app/node_modules /app/node_modules
ENTRYPOINT ["node", "/app/dist/app.js"]