blog/install.sh
2024-07-23 13:31:11 +07:00

8 lines
214 B
Bash
Executable file

systemctl --user stop techtransthai-blog
cp techtransthai-blog.container ~/.config/containers/systemd
systemctl --user daemon-reload
podman build -t techtransthai-blog .
systemctl --user start techtransthai-blog