We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb97dc commit 563742fCopy full SHA for 563742f
1 file changed
Makefile
@@ -1,5 +1,5 @@
1
IMAGE_ID := ghcr.io/hexlet-components/http-example
2
-PORT := 8080
+PORT ?= 8080
3
4
setup:
5
npm ci
0 commit comments