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