repaired nextJS dockerfiles

This commit is contained in:
PxlLoewe
2026-01-15 21:35:28 +01:00
parent 48d36af382
commit 90fcaf259e
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
# Expose the application port
EXPOSE 3001
ENV PORT=3001
ENV HOSTNAME="0.0.0.0"
EXPOSE 3000
CMD ["node", "apps/dispatch/server.js"]