aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-18 23:06:22 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-18 23:06:22 -0400
commit3058f377e3bacdbaafd6142e2b937e406c88be80 (patch)
treef44e9f83dc493291470d131fafa4d91310215283 /docker-compose.yml
parentchore: Fix some typos (diff)
Add a step to lint-test to show pre-commit logs
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index e962524..f546024 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -24,7 +24,7 @@ services:
cache_from:
- ghcr.io/python-discord/snekbox:latest
volumes:
- - .:/snekbox
+ - $PWD:$PWD
- user-base:/snekbox/user_base
volumes: