myos/make/apps/php/def.mk
Yann Autissier 44a6d37ba5 import files
2021-02-09 18:08:58 +01:00

9 lines
217 B
Makefile

BUILD_APP_VARS += SYMFONY_ENV
DOCKER_SERVICE ?= php
ifneq (,$(filter $(ENV),$(ENV_DEPLOY)))
SYMFONY_ENV ?= prod
else
SYMFONY_ENV ?= dev
endif