mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 16:46:53 +02:00
fix ns
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user