chore: remove unnecessary quotes from ENV variable
This commit is contained in:
parent
d0974f0d8c
commit
d2bfb24513
1 changed files with 1 additions and 1 deletions
|
|
@ -68,5 +68,5 @@ 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
|
||||||
ENV HOSTNAME="0.0.0.0"
|
ENV HOSTNAME=0.0.0.0
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue