This commit is contained in:
2023-07-26 18:44:46 +02:00
parent 32e0587df5
commit 886a15f395
2 changed files with 75 additions and 74 deletions

View File

@@ -3,6 +3,7 @@ locals {
#!/bin/bash
cp /etc/local-ca/ca.crt /usr/local/share/ca-certificates/
/usr/sbin/update-ca-certificates
chown www-data ./config || :
exec /bin/sh /entrypoint.sh "$@"
EOF
script-head = <<-EOF