diff options
author | 2022-12-12 22:07:20 +0400 | |
---|---|---|
committer | 2022-12-12 22:07:20 +0400 | |
commit | 9c728dff2351a0170b372fec76e2b5e15f8846f3 (patch) | |
tree | 930b4087edbd2cd8bf00cbdfc0a79dfdddf72646 /docker-compose.yaml | |
parent | Merge pull request #162 from python-discord/handle-thread-close-on-interactin (diff) | |
parent | Matrix test both 3.10 and 3.11 in CI (diff) |
Merge pull request #151 from python-discord/Python-3.11v9.2.0
Python 3.11 support
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 078ee6bb..51b4a698 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -68,9 +68,8 @@ services: build: context: . dockerfile: dev/Dockerfile - volumes: # Don't do .:/app here to ensure project venv from host doens't overwrite venv in image - - ./pydis_core:/app/pydis_core:ro - - ./bot:/app/bot:ro + volumes: + - .:/app:ro tty: true depends_on: - web |