Fixed copy

This commit is contained in:
Nicolai Ort 2023-04-15 18:13:58 +02:00
parent 6bbdd5bb04
commit ac631f0af4
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

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