fix: correct container port mapping from 5000 to 5050
Some checks failed
continuous-integration/drone Build is failing

The Flask app listens on port 5050 inside the container, not 5000.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ching 2026-02-10 06:10:44 +00:00
parent 25fee38540
commit 3ec6a1544c

View File

@ -7,4 +7,4 @@ services:
environment: environment:
- DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/1234567890/ABCDEFGHIJKLMN - DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/1234567890/ABCDEFGHIJKLMN
ports: ports:
- 9288:5000 - 9288:5050