desktop-environment/docker/scripts/exec-root.sh
Jackson Delahunt fff379c028 path-fix
2019-02-24 18:18:39 +11:00

8 lines
221 B
Bash
Executable file

REPO_ROOT=$(dirname $(realpath $0))/../..
# Export desktop environment shell configuration
export $($REPO_ROOT/docker/scripts/environment.sh)
docker exec \
--interactive \
$DESKTOP_ENVIRONMENT_CONTAINER zsh -c "$*"