1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-29 08:16:11 +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