embark-docker/env/docker-entrypoint.sh

8 lines
138 B
Bash
Raw Normal View History

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