This commit is contained in:
parent
efd4be35f7
commit
83ea63dde4
@ -37,13 +37,14 @@ COPY --from=builder /base/.next/standalone ./.next/standalone/
|
||||
COPY --from=builder /base/.next/static ./.next/standalone/.next/static
|
||||
COPY --from=builder /base/public ./.next/standalone/public
|
||||
COPY --from=builder /base/next.config.mjs ./
|
||||
COPY --from=builder /base/next.config.mjs ./
|
||||
COPY --from=builder /base/docker-entrypoint.sh ./
|
||||
|
||||
# Production: serve the website
|
||||
FROM runner as prod
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["pnpm start:standalone"]
|
||||
|
Loading…
Reference in New Issue
Block a user