blog/install.sh

8 lines
214 B
Bash
Executable file

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