blog/install.sh

8 lines
214 B
Bash
Raw Normal View History

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