From 90fcaf259ebfecbf462c7f3432b1d6103b22d0e1 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:35:28 +0100 Subject: [PATCH] repaired nextJS dockerfiles --- apps/dispatch/Dockerfile | 5 +---- apps/hub/Dockerfile | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/dispatch/Dockerfile b/apps/dispatch/Dockerfile index 692710a6..1236c9d6 100644 --- a/apps/dispatch/Dockerfile +++ b/apps/dispatch/Dockerfile @@ -74,9 +74,6 @@ COPY --from=installer --chown=nextjs:nodejs /usr/app/apps/dispatch/public ./apps USER nextjs # Expose the application port -EXPOSE 3001 - -ENV PORT=3001 -ENV HOSTNAME="0.0.0.0" +EXPOSE 3000 CMD ["node", "apps/dispatch/server.js"] \ No newline at end of file diff --git a/apps/hub/Dockerfile b/apps/hub/Dockerfile index 7bf8906e..6c5c55af 100644 --- a/apps/hub/Dockerfile +++ b/apps/hub/Dockerfile @@ -67,7 +67,4 @@ USER nextjs # Expose the application port EXPOSE 3000 -ENV PORT=3000 -ENV HOSTNAME="0.0.0.0" - CMD ["node", "apps/hub/server.js"] \ No newline at end of file