This commit is contained in:
Elijah McMorris 2025-05-06 13:30:28 -07:00
parent d6006a0227
commit 70671e5a43
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
17 changed files with 519 additions and 14 deletions

View file

@ -7,7 +7,7 @@ update:
docker:
nix build .#packages.x86_64-linux.my-docker
docker load < ./result
docker rm -f my-zola
docker run -d --rm -p 80:80 --name my-zola my-zola:latest
docker rm -f nexveridian-web
docker run -d --rm -p 80:80 --name nexveridian-web nexveridian-web:latest
rm -rf result
docker image prune -f