Merge pull request #102 from moomerman/cmd-options-for-healthcheck

Use custom web options for healthcheck
This commit is contained in:
David Heinemeier Hansson
2023-03-13 15:12:25 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class Mrsk::Commands::Healthcheck < Mrsk::Commands::Base
"-e", "MRSK_CONTAINER_NAME=\"#{container_name}\"",
*web.env_args,
*config.volume_args,
*web.option_args,
config.absolute_image,
web.cmd
end