mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
10 lines
138 B
YAML
10 lines
138 B
YAML
services:
|
|
oot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./:/oot
|
|
tty: true
|
|
stdin_open: true
|