2023-11-13 02:39:32 +07:00
|
|
|
systemctl --user stop ttt-org
|
|
|
|
podman rm ttt-org --force
|
2023-07-24 11:54:27 +07:00
|
|
|
sed -i "s/DATE/$(date -I)/g" index.html
|
|
|
|
sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" index.html
|
|
|
|
|
2023-08-10 18:25:49 +07:00
|
|
|
podman build -t ttt-org .
|
2023-11-13 02:39:32 +07:00
|
|
|
cp ttt-org.container ~/.config/containers/systemd
|
2023-08-10 03:36:10 +07:00
|
|
|
systemctl --user daemon-reload
|
2023-11-13 02:39:32 +07:00
|
|
|
systemctl --user start ttt-org
|
|
|
|
podman run --name ttt-org -p 8084:80 -d ttt-org
|