aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-06 12:45:46 -0700
committerGravatar MarkKoz <[email protected]>2019-06-22 13:36:35 -0700
commit0e89850f273cce3c522133e8c38587c673bb26d3 (patch)
treed2d19252ca1ff4d9caf965ce21a0f6a8545d2b89 /Pipfile
parentAdd support for development to Docker images (diff)
Add NsJail alias and switch to ash
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
'
"""