From 267da2180912403ca7faa15a1e61a9804d646c62 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 12 Nov 2024 22:26:41 +0100 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f607d55..36ff554 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,5 @@ build: install: cp nginx /etc/nginx/sites-enabled/$(APP) - docker load -i $(APP) + docker load -i $(APP).tar docker run -p 5000:5000 --name $(APP) --restart always -d $(APP)