aboutsummaryrefslogtreecommitdiff
path: root/restart.sh
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 17:28:18 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 17:28:18 +0200
commit642025681befa35f67cc7c25383eb782ac01feac (patch)
tree6c2b1fdb2712300cdd4615de8d8cae06e8b382af /restart.sh
parent24f0db37218c4050e01edaa031410382aa252324 (diff)
build(gokord): upgrade to 0.7.0
Diffstat (limited to 'restart.sh')
-rw-r--r--restart.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/restart.sh b/restart.sh
new file mode 100644
index 0000000..ddb9128
--- /dev/null
+++ b/restart.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+podman compose down && podman compose build && podman compose up -d \ No newline at end of file