1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-05 22:00:15 +00:00
oot/docker-compose.yml
Dragorn421 ffd84af543
Fixup docker (#2642)
* Fixup docker

* comma
2025-06-28 08:05:50 +02:00

9 lines
138 B
YAML

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