覆盖默认命令。
command: bundle exec thin -p 3000
或者也可以是列表形式,类似于Dockerfile中的行为。
command: ["bundle", "exec", "thin", "-p", "3000"]
Last updated 3 years ago