We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ac8d6 commit 042c92bCopy full SHA for 042c92b
docker/scripts/kasm.sh
@@ -3,5 +3,8 @@
3
# Navigate to the directory
4
cd /home/mafyuh/iac/docker/kasm
5
6
-# Run the command
7
-dcu
+# Pull the latest changes
+git pull
8
+
9
+# Run docker compose up -d
10
+dcu
0 commit comments