tutor/docker-entrypoint.sh

7 lines
54 B
Bash
Raw Normal View History

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