From 8b52830f2a8f0f6adf7e11ef93853714f91e57bf Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 4 Jun 2024 11:59:33 +0700 Subject: [PATCH] Add deployment stuff --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..53695bd --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +systemctl --user stop little-lines-docs +cp little-lines-docs.container ~/.config/containers/systemd +systemctl --user daemon-reload + +podman build -t little-lines-docs . + + +systemctl --user start little-lines-docs \ No newline at end of file