aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 3854825..aa1a0f5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,7 +5,7 @@ services:
container_name: snekbox_dev
hostname: snekbox_dev
privileged: true
- image: ghcr.io/python-discord/snekbox${IMAGE_SUFFIX:-:dev}
+ image: ghcr.io/python-discord/snekbox${IMAGE_SUFFIX:--venv:dev}
ports:
- 8060:8060
init: true
@@ -17,6 +17,7 @@ services:
build:
context: .
dockerfile: Dockerfile
+ target: venv
args:
DEV: 1
cache_from: