From 6aab6ad92f430a0aa38d074f9e809e8730797941 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 23 Jul 2024 13:09:21 +0700 Subject: [PATCH] update install script --- install.sh | 8 ++++---- techtransthai-blog.build | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 techtransthai-blog.build diff --git a/install.sh b/install.sh index c6e19c6..0a0c03b 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ -systemctl --user stop compute4change-news -cp compute4change-news.container ~/.config/containers/systemd +systemctl --user stop tcehtransthai-blog +cp tcehtransthai-blog.container ~/.config/containers/systemd systemctl --user daemon-reload -podman build -t compute4change-news . +podman build -t tcehtransthai-blog . -systemctl --user start compute4change-news \ No newline at end of file +systemctl --user start tcehtransthai-blog \ No newline at end of file diff --git a/techtransthai-blog.build b/techtransthai-blog.build deleted file mode 100644 index 8e68007..0000000 --- a/techtransthai-blog.build +++ /dev/null @@ -1,3 +0,0 @@ -[Build] -ImageTag=localhost/ttt-blog -SetWorkingDirectory=unit=/media/sasha/Data1/Apps/ttt-blog \ No newline at end of file