mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
env is a property, not a var of its own.
This commit is contained in:
parent
4295a8d96e
commit
b435116207
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user