diff options
author | 2020-03-24 09:38:49 -0700 | |
---|---|---|
committer | 2020-03-24 09:38:49 -0700 | |
commit | 2ebea7ecdf146699d68942f4b27478554504fdbd (patch) | |
tree | 9bdf8d022cf91a409ff7d41005a3d793188ac07b /scripts | |
parent | Merge pull request #68 from python-discord/feat/doc/57/docker-run-cmd (diff) | |
parent | Fix #66: venv being created in container (diff) |
Merge pull request #69 from python-discord/bug/ci/66/pipenv-run-creates-venv
Fix venv being created in Dockerfile
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.profile b/scripts/.profile index 69ad959..9bf8e09 100644 --- a/scripts/.profile +++ b/scripts/.profile @@ -15,7 +15,7 @@ nsjpy() { echo "${MEM_MAX}" > /sys/fs/cgroup/memory/NSJAIL/memory.memsw.limit_in_bytes nsjail \ - --config "${NSJAIL_CFG:-/snekbox/snekbox.cfg}" \ + --config "${NSJAIL_CFG:-/snekbox/config/snekbox.cfg}" \ $nsj_args -- \ /usr/local/bin/python -Iqu -c "$@" } |