diff --git a/compose.yaml b/compose.yaml index d54166a..e68224c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,6 @@ services: jonathan.is: + image: jonathan.is build: context: . dockerfile: Containerfile diff --git a/hooks/post-receive b/hooks/post-receive index c74d8db..e061a17 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -16,7 +16,7 @@ do } echo "generating static site"; { - podman-compose build -t jonathan.is + podman-compose build } echo "restarting server"; {