(fix) Dockerfile: CMD was not compatible with distroless image
This commit is contained in:
@@ -50,4 +50,4 @@ ENV PORT=3000
|
|||||||
|
|
||||||
# server.js is created by next build from the standalone output
|
# server.js is created by next build from the standalone output
|
||||||
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
|
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
|
||||||
CMD ["node", "server.js"]
|
CMD ["server.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user