This commit is contained in:
Reihan 2025-04-30 02:01:04 +07:00
parent 71da47aeaa
commit 5f0f732208

View File

@ -4,7 +4,7 @@ services:
web: web:
build: . build: .
ports: ports:
- "5001:5000" - "5002:5000"
environment: environment:
- FLASK_APP=app.py - FLASK_APP=app.py
- FLASK_ENV=development - FLASK_ENV=development