summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorptweezy <ptweezy@runforyour.money>2024-12-15 19:12:09 -0500
committerGitHub <noreply@github.com>2024-12-15 19:12:09 -0500
commit15ed6585477ab909f18e038639b6488536f67eb6 (patch)
tree0d2b4d122a4af7b2cb19f0e69c1a72b0a52949fe /docker-compose.yml
parent81f89b52c9c819983c69dfbaf2d96e5abf0e6264 (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.yml10
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