1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-01-15 12:47:04 +00:00
oot/docker-compose.yml

9 lines
121 B
YAML
Raw Normal View History

services:
oot:
build:
dockerfile: Dockerfile
volumes:
- ./:/oot
tty: true
stdin_open: true