fix: Dockerfile

This commit is contained in:
仓鼠 2024-11-23 14:29:47 +08:00 committed by GitHub
parent 97cb19f820
commit f4645d956e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,4 +22,4 @@ COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
EXPOSE 3000
CMD ["node", "run", "server.js"]
CMD ["node", "server.js"]