Skip to content

Commit a3df192

Browse files
author
Matthew Fisher
committed
Revert "feat(controller): make Procfile mandatory"
This reverts commit b81f4a85abc2ea3980d998a0bebde812e4c53ae4.
1 parent 8f1debb commit a3df192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def _get_scheduler(self):
258258
def _get_command(self):
259259
c_type = self.type
260260
if c_type:
261-
return "cat Procfile | grep ^{c_type} | cut -f 1 -d ' ' --complement | sh -"
261+
return 'start {c_type}'
262262
else:
263263
return ''
264264

0 commit comments

Comments
 (0)