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

@ -29,7 +29,7 @@
# Create a Docker image with static-web-server to serve the site
my-docker = pkgs.dockerTools.buildImage {
name = "my-zola";
name = "nexveridian-web";
tag = "latest";
created = "now";