Include HOSTNAME variable.

This commit is contained in:
Mike Cao 2023-09-02 16:53:26 -07:00
parent b652ef3f73
commit 4bce72350b
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ USER nextjs
EXPOSE 3000
ENV HOSTNAME 0.0.0.0
ENV PORT 3000
CMD ["yarn", "start-docker"]