From 042c92b21f5df5a700bae50c164c656b3bfee969 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 1 Aug 2024 21:40:29 -0400 Subject: [PATCH] test kasm script --- docker/scripts/kasm.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/scripts/kasm.sh b/docker/scripts/kasm.sh index ebd90e1..e287f43 100644 --- a/docker/scripts/kasm.sh +++ b/docker/scripts/kasm.sh @@ -3,5 +3,8 @@ # Navigate to the directory cd /home/mafyuh/iac/docker/kasm -# Run the command -dcu +# Pull the latest changes +git pull + +# Run docker compose up -d +dcu \ No newline at end of file