From 8f34c9e6bc47fbaa9b01e8718b30180a12f1cfbe Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 16 Jul 2023 21:59:11 +0300 Subject: [PATCH] check nginx command --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 9171875..30cf35f 100644 --- a/makefile +++ b/makefile @@ -38,3 +38,5 @@ p: git pull git stash pop stash@{0} update: p r +cn: + docker compose exec ng nginx -t