Compare commits

..

No commits in common. "eedad69f72bb07bf0347b42851ef5c5356cdc9b2" and "53986899c1dbf84d69780fa8cc0f5afaefa2c645" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -16,8 +16,6 @@
* How to setup the proxy
* APIs
* Sanitize all inputs
* Streaming responses in slow operations like scaling down
or building
* Streaming responses in slow operations
like scaling down or building
* Make more things configurable / remove hardcoded stuff
* CD for binaries and images for at least arm64/x86
* Multi-container docker logs

View File

@ -77,8 +77,6 @@ module Runtime
# file is like "#{base}/foo"
# dst is like #{dst_path}/foo
dst = Path[dst_path] / Path[file].relative_to(base_path)
# Make sure we have dest dir
Dir.mkdir_p dst.dirname unless File.directory? dst.dirname
# Render templated files
if file.ends_with? ".j2"
dst = dst.sibling(dst.stem)