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