fix: run next directly in runtime container
Some checks failed
Validate Build / validate (push) Has been cancelled
Some checks failed
Validate Build / validate (push) Has been cancelled
This commit is contained in:
parent
8a58e13db8
commit
26389d2e35
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ ENV NODE_ENV=production
|
|||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
COPY --from=builder /app ./
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue