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

15 lines
248 B
YAML

version: '3'
volumes:
scraps:
services:
sins_run:
image: sins
build:
context: .
volumes:
- ${PWD}:/app
- scraps:/out
working_dir: /app
command: python3 -m sins -o /out/
# command: yasm seed.asm -o seed