Python/docker-compose.yml

9 lines
120 B
YAML
Raw Normal View History

2021-03-10 12:32:10 -07:00
version: "2"
services:
python-app:
build: .
volumes:
- ./app/:/app
entrypoint: [python, script.py]