diff options
| author | ptweezy <ptweezy@runforyour.money> | 2024-12-15 19:12:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 19:12:09 -0500 |
| commit | 15ed6585477ab909f18e038639b6488536f67eb6 (patch) | |
| tree | 0d2b4d122a4af7b2cb19f0e69c1a72b0a52949fe /docker-compose.yml | |
| parent | 81f89b52c9c819983c69dfbaf2d96e5abf0e6264 (diff) | |
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>
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 50a32876c..bca75f474 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 |
