diff options
| author | 2022-06-01 11:09:30 -0700 | |
|---|---|---|
| committer | 2022-06-01 11:09:30 -0700 | |
| commit | b0fb2bf8e52f9e340a8f77503c68daafeed4d41d (patch) | |
| tree | 132d3b703c1a29f5cc6de484d6317220ffc94da5 /docker-compose.yml | |
| parent | Merge #139 - use pip-tools instead of Pipenv (diff) | |
| parent | Fix typo in Dockerfile comment (diff) | |
Merge #140 - add pyproject.toml and versioning
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 3 |
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: |