Merge pull request #145 from VAR-Virtual-Air-Rescue/mrt-rework

repaired nextJS dockerfiles
This commit was merged in pull request #145.
This commit is contained in:
PxlLoewe
2026-01-15 21:38:06 +01:00
committed by GitHub
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"]