env is a property, not a var of its own.

This commit is contained in:
Page 2014-04-28 06:36:46 +01:00 committed by Pablo Carranza Vélez
parent 4295a8d96e
commit b435116207

View File

@ -69,7 +69,7 @@ exports.start = start = (app) ->
Cmd: ['/bin/bash', '-c', '/start']
Volumes:
'/dev': {}
Env: env
Env: app.env
)
.then (container) ->
console.log('Starting container:', app.imageId)