diff options
| author | 2021-12-29 12:46:03 +0200 | |
|---|---|---|
| committer | 2021-12-29 12:46:03 +0200 | |
| commit | bc1656acd650c9a7942e32aec93235dcd9a7b895 (patch) | |
| tree | dfda001930bc3110c2edea46edd1d49176728a7d /docker-compose.yml | |
| parent | Do not run Kubernetes deployment on self-hosted runner (diff) | |
| parent | Store relative paths in coverage data (diff) | |
Merge pull request #136 from python-discord/feat/tests/135/rel-path-coverage
Store relative paths in coverage data
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index f546024..3854825 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,10 +11,8 @@ services: init: true ipc: none tty: true - working_dir: $PWD environment: DEBUG: 1 - PIPENV_PIPFILE: /snekbox/Pipfile PYTHONDONTWRITEBYTECODE: 1 build: context: . @@ -24,7 +22,7 @@ services: cache_from: - ghcr.io/python-discord/snekbox:latest volumes: - - $PWD:$PWD + - .:/snekbox - user-base:/snekbox/user_base volumes: |