set image name

main
Jonathan Dahan 11 months ago
parent 0fa13b70fa
commit 7fb1b73e89

@ -1,5 +1,6 @@
services:
jonathan.is:
image: jonathan.is
build:
context: .
dockerfile: Containerfile

@ -16,7 +16,7 @@ do
}
echo "generating static site"; {
podman-compose build -t jonathan.is
podman-compose build
}
echo "restarting server"; {

Loading…
Cancel
Save