From a970bc15de9faacd39b9c71e6817a9645b58d15d Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Wed, 3 Feb 2021 18:48:52 +0100 Subject: [PATCH] Checking if systemd unit restart is a culprit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fba73e2..741bd5b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: build deploy update +all: build deploy build: Makefile podman build -t dummy:latest .