mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 09:41:32 +02:00
fix Docker JSONArgsRecommended warning
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user