diff --git a/Makefile b/Makefile index ce58a2d..3c3508d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build build: Makefile - buildah bud -t dummy:latest . + podman build -t dummy:latest . deploy: docker service ps -q dummy || docker service create \