Allow config.json to manipulate docker env. (#57)

Allow config.json to manipulate docker env.
This commit is contained in:
Pascal Vizeli
2017-05-17 14:45:02 +02:00
committed by GitHub
parent bddcdcadb2
commit 39d5785118
4 changed files with 10 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ ATTR_SESSION = 'session'
ATTR_LOCATON = 'location'
ATTR_BUILD = 'build'
ATTR_DEVICES = 'devices'
ATTR_ENVIRONMENT = 'environment'
STARTUP_BEFORE = 'before'
STARTUP_AFTER = 'after'