Rebase for Dockerfile in hub #150

Merged
PxlLoewe merged 13 commits from release into staging 2026-01-15 23:03:33 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -75,5 +75,6 @@ USER nextjs
# Expose the application port
EXPOSE 3000
ENV HOST=0.0.0.0
CMD ["node", "apps/dispatch/server.js"]

View File

@@ -66,5 +66,6 @@ USER nextjs
# Expose the application port
EXPOSE 3000
ENV HOST=0.0.0.0
CMD ["node", "apps/hub/server.js"]