fix: run next directly in runtime container
Some checks failed
Validate Build / validate (push) Has been cancelled

This commit is contained in:
Tiago Ribeiro 2026-03-04 21:54:57 -03:00
parent 8a58e13db8
commit 26389d2e35

View file

@ -16,4 +16,4 @@ ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1 ENV NEXT_TELEMETRY_DISABLED=1
COPY --from=builder /app ./ COPY --from=builder /app ./
EXPOSE 3000 EXPOSE 3000
CMD ["pnpm", "start", "-p", "3000", "-H", "0.0.0.0"] CMD ["node_modules/.bin/next", "start", "-p", "3000", "-H", "0.0.0.0"]