mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Docker Build Change Proposal (#2373)
* 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>
This commit is contained in:
parent
81f89b52c9
commit
15ed658547
3 changed files with 13 additions and 18 deletions
|
@ -1,10 +1,8 @@
|
|||
services:
|
||||
oot:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- oot-sync:/oot:nocopy
|
||||
image: "oot:latest"
|
||||
- ./:/oot
|
||||
tty: true
|
||||
|
||||
volumes:
|
||||
oot-sync:
|
||||
external: true
|
||||
stdin_open: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue