Docker maintenance

This commit is contained in:
2026-04-07 20:03:11 +09:30
parent d212ebe688
commit 04e3293b30
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -70,8 +70,12 @@ python -m scripts.seed_data
7. **Run the application**:
```bash
flask run
# Or in debug mode
FLASK_ENV=development flask run --debug --port 5000
# Or using the WSGI file
python wsgi.py
```
The API will be available at `http://localhost:5000`