This commit is contained in:
Rodolfo Berrios
2022-04-04 13:39:49 -04:00
parent eedcc334db
commit 81a21e4285

View File

@@ -8,7 +8,7 @@ NAMESPACE ?= local
# Project's name
PROJECT = ${NAMESPACE}_chevereto-build
CONTAINER_BASENAME ?= ${NAMESPACE}_chevereto-build-${VERSION}
TAG_BASENAME ?= chevereto-build:${VERSION}-${NAMESPACE}
TAG_BASENAME ?= ${NAMESPACE}_chevereto-build:${VERSION}
# SERVICE php|database|http
SERVICE ?= php
LICENSE ?= $(shell stty -echo; read -p "Chevereto V4 License key: " license; stty echo; echo $$license)