desktop-environment/docker/scripts/exec-root.sh
Jackson Delahunt cc6e33ba63 infra
2019-02-24 18:04:10 +11:00

8 lines
211 B
Bash
Executable file

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