Use Volume for kamal proxy config volume

This commit is contained in:
Donal McBreen
2024-09-12 15:48:10 +01:00
parent c21757f747
commit d7d6fa34b0
4 changed files with 5 additions and 12 deletions

View File

@@ -207,10 +207,6 @@ class Kamal::Configuration
end
def run_directory_as_docker_volume
File.join "$(pwd)", run_directory
end
def hooks_path
raw_config.hooks_path || ".kamal/hooks"
end