mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-05 22:00:15 +00:00
9 lines
138 B
YAML
9 lines
138 B
YAML
services:
|
|
oot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./:/oot
|
|
tty: true
|
|
stdin_open: true
|