Dockerfile Hub

This commit was merged in pull request #150.
This commit is contained in:
PxlLoewe
2026-01-15 23:54:51 +01:00
parent da93b5e60c
commit 2638ad473f
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"]