fix: remove reference to entrypoint.sh in the Dockerfile
This commit is contained in:
parent
c68ec4119d
commit
b39f8c0ab3
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue