fix(docker): fix config files reading & add compose file

This commit is contained in:
Ralex
2025-10-19 12:32:46 +02:00
parent 96bff164c0
commit 90555891f8
9 changed files with 29 additions and 50 deletions

View File

@@ -67,6 +67,7 @@ EXPOSE 3000 5505
# Environment variables
ENV NODE_ENV=production
ENV CONFIG_PATH=/app/config
# Start both services (Next.js web app + Socket server)
CMD ["sh", "-c", "node packages/web/server.js & node packages/socket/dist/index.cjs"]