mirror of
https://github.com/zeldaret/oot
synced 2026-05-22 22:44:26 -04:00
ffd84af543
* Fixup docker * comma
10 lines
138 B
YAML
10 lines
138 B
YAML
services:
|
|
oot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./:/oot
|
|
tty: true
|
|
stdin_open: true
|