t3
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 3s

This commit is contained in:
changsongdong
2025-11-04 21:47:41 +08:00
parent f2f3638da7
commit a96ed1a783

View File

@ -5,8 +5,6 @@ services:
image: demo:latest
container_name: python_app
restart: always
ports:
- "8000:8000"
environment:
- PYTHONUNBUFFERED=1
command: python main.py