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