Release v0.1.17
Dependency Audit / dependency-audit (push) Failing after 1m50s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 11m34s
Developer Meta-package Release / publish-package (push) Successful in 10s

This commit is contained in:
2026-08-05 20:34:17 +02:00
parent 3ca068f76a
commit 7ec0bbb826
4 changed files with 93 additions and 82 deletions
+5
View File
@@ -154,6 +154,11 @@ def prepare_context(
output / "nginx.conf",
source_date_epoch=source_date_epoch,
)
_copy_regular(
Path(__file__).resolve().parent / "runtime" / "web-entrypoint.sh",
output / "web-entrypoint.sh",
source_date_epoch=source_date_epoch,
)
return composition