This commit is contained in:
shamoon 2025-01-27 09:21:16 -08:00
parent e2bf0e4975
commit cdcf9bc4a4
2 changed files with 2 additions and 1 deletions

View File

@ -63,4 +63,5 @@ HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \
CMD wget --no-verbose --tries=1 --spider --no-check-certificate http://localhost:$PORT/api/healthcheck || exit 1
ENTRYPOINT ["docker-entrypoint.sh"]
ENV HOST=0.0.0.0
CMD ["node", "server.js"]

View File

@ -2,7 +2,7 @@ const { i18n } = require("./next-i18next.config");
/** @type {import('next').NextConfig} */
const nextConfig = {
server: {
serverRuntimeConfig: {
host: "0.0.0.0",
},
reactStrictMode: true,