Dockerfile Hub

This commit is contained in:
PxlLoewe
2026-01-15 23:54:51 +01:00
parent a5b4696644
commit 8956204a2f
2 changed files with 23 additions and 15 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"]