Skip to content

Commit 563742f

Browse files
committed
fix usage of var
1 parent 6cb97dc commit 563742f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE_ID := ghcr.io/hexlet-components/http-example
2-
PORT := 8080
2+
PORT ?= 8080
33

44
setup:
55
npm ci

0 commit comments

Comments
 (0)