mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +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)
|
console.log("Creating container:", app.imageId)
|
||||||
docker.createContainerAsync(
|
docker.createContainerAsync(
|
||||||
Image: app.imageId
|
Image: app.imageId
|
||||||
Cmd: ['/bin/bash', '-c', '/start web']
|
Cmd: ['/bin/bash', '-c', '/start']
|
||||||
Volumes:
|
Volumes:
|
||||||
'/dev': {}
|
'/dev': {}
|
||||||
Env: env
|
Env: env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user