Xiao Fan

Results 3 comments of Xiao Fan

@ddollar thanks for taking a look! Rebased.

Thanks @scalp42, thanks @hez! Reference for anyone else coming to this PR: There is a workaround in the discussion in [Issue #561](https://github.com/ddollar/foreman/issues/561#issuecomment-128123485). tl;dr start foreman with `foreman start -e /dev/null`....

@scalp42 sure! try the following: ```sh mkdir foreman-nullenv cd foreman-nullenv echo 'env: env' > Procfile # create a procfile that just prints your env foreman start # run it! ```...