From c35205c1b00495bd5ff0c759d342de7379628746 Mon Sep 17 00:00:00 2001 From: wvengen Date: Fri, 27 Oct 2017 23:23:46 +0200 Subject: [PATCH] Update doc line --- proc-start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc-start b/proc-start index 2ca1157e..b70a4920 100755 --- a/proc-start +++ b/proc-start @@ -3,7 +3,7 @@ # Run single command from Procfile # # This script is a basic replacement for foreman when running on Docker. When -# starting the docker instance, specify as command `script/start `. +# starting the docker instance, specify as command `./proc-start `. # `type` is looked up in `Procfile` and the command is started. This allows e.g. # docker-compose to run multiple process/dyno types from a single image, without # needing to know the exact command (which may change over time).