This commit is contained in:
cyc
2025-09-26 14:30:23 +08:00
commit a27e40ea9f
6 changed files with 105 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
# docker-compose.yml
version: '3'
services:
dev-env:
image: my-dev-env:1.0
volumes:
- .:/workspace
tty: true # 保持容器运行
stdin_open: true