chore: remove unnecessary quotes from ENV variable

This commit is contained in:
Jason Fraley 2026-05-18 17:35:47 -04:00 committed by GitHub
parent d0974f0d8c
commit d2bfb24513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,5 +68,5 @@ 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
ENV HOSTNAME="0.0.0.0"
ENV HOSTNAME=0.0.0.0
CMD ["node", "server.js"]