mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-28 15:56:51 +00:00
15ed658547
* removing due to deprecation * addressing docker build console issues, updating to latest LTS ubuntu, addressing Ubuntu + Python .venv requirements, standardizing environment * Update Dockerfile * proposed docker build changes * improving parallel build * removing * keep image open after build * updating based on feedback * update * fixed typo * revert --------- Co-authored-by: BuildTools <unconfigured@null.spigotmc.org> Co-authored-by: Parker <parker@runforyour.money>
8 lines
121 B
YAML
8 lines
121 B
YAML
services:
|
|
oot:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./:/oot
|
|
tty: true
|
|
stdin_open: true
|