diff --git a/apps/dispatch/Dockerfile b/apps/dispatch/Dockerfile index 1236c9d6..e05d6db0 100644 --- a/apps/dispatch/Dockerfile +++ b/apps/dispatch/Dockerfile @@ -75,5 +75,6 @@ USER nextjs # Expose the application port EXPOSE 3000 +ENV HOST=0.0.0.0 CMD ["node", "apps/dispatch/server.js"] \ No newline at end of file diff --git a/apps/hub/Dockerfile b/apps/hub/Dockerfile index 6c5c55af..938f2ff6 100644 --- a/apps/hub/Dockerfile +++ b/apps/hub/Dockerfile @@ -66,5 +66,6 @@ USER nextjs # Expose the application port EXPOSE 3000 +ENV HOST=0.0.0.0 CMD ["node", "apps/hub/server.js"] \ No newline at end of file