aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dev.sh
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2021-02-02 16:04:32 -0800
committerGravatar GitHub <[email protected]>2021-02-02 16:04:32 -0800
commitc580809b4147ee10384956bd3c0f8f082c87a426 (patch)
tree7262a361a59d2b4ac8174f5827fc8bd8aeb196b2 /scripts/dev.sh
parentRemove trailing whitespaces from the README (diff)
parentFix typo in error message (diff)
Merge PR #88 - use protobuf to parse config
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-xscripts/dev.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh
index 3f94874..efbd93a 100755
--- a/scripts/dev.sh
+++ b/scripts/dev.sh
@@ -44,7 +44,6 @@ docker run \
--ipc="none" \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PIPENV_PIPFILE="/snekbox/Pipfile" \
- -e BASH_ENV="${PWD}/scripts/.profile" \
--volume "${PWD}":"${PWD}" \
--workdir "${PWD}"\
--entrypoint /bin/bash \
@@ -52,7 +51,7 @@ docker run \
>/dev/null \
# Execute the given command(s)
-docker exec -it snekbox_test /bin/bash --rcfile "${PWD}/scripts/.profile" "$@"
+docker exec -it snekbox_test /bin/bash "$@"
# Fix ownership of coverage file
# BusyBox doesn't support --reference for chown