From 4e869362a6e521981c390d2ea35daa67d7f2becb Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 25 Aug 2017 11:13:30 +0100 Subject: [PATCH] closes #163 new flag APPLICATION_ENV=development --- docs/config_flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config_flags.md b/docs/config_flags.md index 67278bba..03885dc9 100644 --- a/docs/config_flags.md +++ b/docs/config_flags.md @@ -22,3 +22,4 @@ The following flags are a list of all the currently supported options that can b - **PGID** : Set to GroupId you want to use for nginx (helps permissions when using local volume) - **PUID** : Set to UserID you want to use for nginx (helps permissions when using local volume) - **REMOVE_FILES** : Use REMOVE_FILES=0 to prevent the script from clearing out /var/www/html (useful for working with local files) + - **APPLICATION_ENV** : set this to development to prevent composer deleteing local dev dependancies