mirror of
https://github.com/embarklabs/embark-docker.git
synced 2025-02-11 23:26:36 +00:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export BASH_ENV=/home/embark/.bash_env
|
|
|
|
chmod a+w /dev/std*
|
|
chmod g+r /dev/pts/0
|
|
exec su-exec embark user-entrypoint.sh "$@"
|