2019-02-17 21:05:54 +00:00
|
|
|
version: '3'
|
|
|
|
services:
|
2019-02-19 03:25:00 +00:00
|
|
|
sins_run:
|
2019-02-18 06:40:04 +00:00
|
|
|
image: sins
|
2019-02-17 21:05:54 +00:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
volumes:
|
2019-02-18 06:40:04 +00:00
|
|
|
- ${PWD}:/app
|
2019-02-17 21:05:54 +00:00
|
|
|
working_dir: /app
|
2019-02-19 22:56:11 +00:00
|
|
|
command: python3 -m sins -o out/
|
2019-02-19 03:25:00 +00:00
|
|
|
# command: yasm seed.asm -o seed
|