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

11 lines
184 B
YAML
Raw Normal View History

version: '3'
services:
sins_build:
image: sins_build
build:
context: .
volumes:
- ${PWD}:/app
working_dir: /app
2019-02-18 04:11:51 +00:00
command: python /waf.py configure build