ref: up
This commit is contained in:
8
.devcontainer/docker-compose.yaml
Normal file
8
.devcontainer/docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
devcontainer:
|
||||
image: mcr.microsoft.com/vscode/devcontainers/python:3.11-bullseye
|
||||
volumes:
|
||||
- ../..:/workspaces:cached
|
||||
command: sleep infinity
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user