Merge pull request #79 from presenton/fix/issues

chore: changes port to 5000
This commit is contained in:
Saurav Niraula 2025-07-12 20:16:30 +05:45 committed by GitHub
commit 3f9b64bef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ services:
context: .
dockerfile: Dockerfile.dev
ports:
- "2000:80"
- "5000:80"
- "3000:3000"
- "8000:8000"
volumes: