fix Docker JSONArgsRecommended warning

This commit is contained in:
mr0x50
2024-11-19 22:27:38 +01:00
parent e1f937b246
commit 8fd0f8a6da

View File

@@ -63,4 +63,4 @@ ENV PORT=3000
# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
CMD HOSTNAME="0.0.0.0" node server.js
CMD ["HOSTNAME='0.0.0.0'", "node", "server.js"]