embark-docker/env/docker-entrypoint.sh

8 lines
138 B
Bash
Raw Normal View History

2018-07-22 23:03:10 -05:00
#!/bin/bash
export BASH_ENV=/home/embark/.bash_env
chmod a+w /dev/std*
chmod g+r /dev/pts/0
2018-07-24 15:24:37 -05:00
exec su-exec embark user-entrypoint.sh "$@"