t2
Some checks failed
Gitea Actions Demo / build-and-deploy (push) Failing after 3s

This commit is contained in:
changsongdong
2025-11-04 21:45:27 +08:00
parent 5617024619
commit f2f3638da7
2 changed files with 2 additions and 3 deletions

View File

@ -2,13 +2,11 @@ version: "3.8"
services:
app:
build: .
image: demo:latest
container_name: python_app
restart: always
ports:
- "8000:8000"
environment:
- PYTHONUNBUFFERED=1
volumes:
- .:/app
command: python main.py

1
main.py Normal file
View File

@ -0,0 +1 @@
print("hello py")