forked from LiveCarta/ContentAutomation
11 lines
183 B
YAML
11 lines
183 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
image: python_playground
|
|
container_name: python_playground
|
|
volumes:
|
|
- ..:/workspace:cached
|
|
command: sleep infinity
|