Drop legacy parameter used in Procfiles

This commit is contained in:
Petros Angelatos 2014-04-27 22:38:24 +01:00 committed by Pablo Carranza Vélez
parent 16fb88fab0
commit 1654e26245

View File

@ -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