tutor/docker-entrypoint.sh

7 lines
54 B
Bash
Raw Normal View History

2021-07-08 01:48:58 +00:00
#!/bin/sh
set -e
. /venv/bin/activate
exec tutor $@