1
0
Fork 0
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:
ptweezy 2024-12-15 19:12:09 -05:00 committed by GitHub
parent 81f89b52c9
commit 15ed658547
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 18 deletions

View file

@ -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