mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
direct-exec
This commit is contained in:
parent
0b73a83cdc
commit
c174f3b6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@ docker run \
|
|||
timeout 10 sh -c "until docker inspect $DESKTOP_ENVIRONMENT_CONTAINER_IMAGE | grep Status | grep -m 1 running >/dev/null; do sleep 1; done"
|
||||
|
||||
# Start the desktop environment inside the container
|
||||
$REPO_ROOT/docker/scripts/exec.sh /home/$DESKTOP_ENVIRONMENT_USER/.config/scripts/startup.sh
|
||||
docker exec $DESKTOP_ENVIRONMENT_CONTAINER_IMAGE zsh -c "/home/$DESKTOP_ENVIRONMENT_USER/.config/scripts/startup.sh"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue