scrap-is-not-scrap/docker-compose.yaml

11 lines
187 B
YAML

version: '3'
services:
sins_build:
image: sins_build
build:
context: .
volumes:
- ${PWD}:/app
working_dir: /app
command: python waf-2.0.14 configure build