Skip to content

Commit 042c92b

Browse files
committedAug 2, 2024
test kasm script
1 parent a7ac8d6 commit 042c92b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎docker/scripts/kasm.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
# Navigate to the directory
44
cd /home/mafyuh/iac/docker/kasm
55

6-
# Run the command
7-
dcu
6+
# Pull the latest changes
7+
git pull
8+
9+
# Run docker compose up -d
10+
dcu

0 commit comments

Comments
 (0)
Please sign in to comment.