From 60e08533d3c9675efc42f5af3424de598dec4a34 Mon Sep 17 00:00:00 2001 From: Ivan Gagarinov Date: Fri, 25 Oct 2024 21:34:58 +0500 Subject: [PATCH] change port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a915ff..fcc85c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE_ID := ghcr.io/hexlet-components/rest-api-example -PORT := 5037 +PORT := 8080 setup: npm ci