This commit is contained in:
leo
2025-01-20 14:57:31 +08:00
commit a0b76f1d51
14 changed files with 318 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
version: '3.7'
services:
{{ cookiecutter.project_slug }}:
build:
context: .
dockerfile: Dockerfile
command: python main.py