repaired nextJS dockerfiles #145

Merged
PxlLoewe merged 1 commits from mrt-rework into staging 2026-01-15 20:38:07 +00:00
2 changed files with 1 additions and 7 deletions

View File

@@ -74,9 +74,6 @@ COPY --from=installer --chown=nextjs:nodejs /usr/app/apps/dispatch/public ./apps
USER nextjs USER nextjs
# Expose the application port # Expose the application port
EXPOSE 3001 EXPOSE 3000
ENV PORT=3001
ENV HOSTNAME="0.0.0.0"
CMD ["node", "apps/dispatch/server.js"] CMD ["node", "apps/dispatch/server.js"]

View File

@@ -67,7 +67,4 @@ USER nextjs
# Expose the application port # Expose the application port
EXPOSE 3000 EXPOSE 3000
ENV PORT=3000
ENV HOSTNAME="0.0.0.0"
CMD ["node", "apps/hub/server.js"] CMD ["node", "apps/hub/server.js"]