mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
Drop legacy parameter used in Procfiles
This commit is contained in:
parent
16fb88fab0
commit
1654e26245
@ -66,7 +66,7 @@ exports.start = start = (app) ->
|
||||
console.log("Creating container:", app.imageId)
|
||||
docker.createContainerAsync(
|
||||
Image: app.imageId
|
||||
Cmd: ['/bin/bash', '-c', '/start web']
|
||||
Cmd: ['/bin/bash', '-c', '/start']
|
||||
Volumes:
|
||||
'/dev': {}
|
||||
Env: env
|
||||
|
Loading…
Reference in New Issue
Block a user