mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
fix(docker): fix config files reading & add compose file
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user