From 736e12d6437132a559c5e9e908e8114ed2c2b16e Mon Sep 17 00:00:00 2001 From: Galuh Sahid Date: Wed, 27 Dec 2023 21:38:36 +0100 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b14e10..e39325f 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ preview: publish: @./scripts/publish.sh - @docker-compose restart \ No newline at end of file + @docker compose restart \ No newline at end of file