fix: remove reference to entrypoint.sh in the Dockerfile

This commit is contained in:
Thomas 2026-06-23 13:27:43 +01:00
parent c68ec4119d
commit b39f8c0ab3
No known key found for this signature in database

View file

@ -15,8 +15,6 @@ RUN pnpm prune --prod
# Use another Node.js Alpine image for the final stage
FROM node:lts-alpine
WORKDIR /app
COPY ./scripts/entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh
COPY --from=builder /app/build build/
COPY --from=builder /app/prisma prisma/
COPY --from=builder /app/prisma.config.ts prisma.config.ts