1
0
Files
ContentAutomation/.devcontainer/docker-compose.yml

11 lines
183 B
YAML

version: '3.8'
services:
app:
build: .
image: python_playground
container_name: python_playground
volumes:
- ..:/workspace:cached
command: sleep infinity