homepage
This commit is contained in:
parent
d6006a0227
commit
70671e5a43
17 changed files with 519 additions and 14 deletions
4
justfile
4
justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue