blog/install.sh

8 lines
214 B
Bash
Raw Permalink Normal View History

2024-07-23 06:31:11 +00:00
systemctl --user stop techtransthai-blog
cp techtransthai-blog.container ~/.config/containers/systemd
systemctl --user daemon-reload
2024-07-23 06:31:11 +00:00
podman build -t techtransthai-blog .
2024-07-23 06:31:11 +00:00
systemctl --user start techtransthai-blog