aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 4f34df6..492008a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -56,9 +56,10 @@ devsh = """
--network host \
-h pdsnk-dev \
-e PIPENV_PIPFILE="/snekbox/Pipfile" \
+ -e ENV="/snekbox-local/docker/.profile" \
-v "$(pwd)":/snekbox-local \
-w "/snekbox-local" \
- --entrypoint /bin/sh \
+ --entrypoint /bin/ash \
pythondiscord/snekbox-venv:dev
'
"""