Template
1
0

Replaced buildah with podman

This commit is contained in:
Azer Abdullaev 2021-02-03 16:31:05 +01:00
parent 7895070661
commit ce3f072ef1

View File

@ -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 \