Add utility scripts

This commit adds a new utility script and makes sure that it is mounted
inside the containers.
This commit is contained in:
Tom Wiesing 2020-10-08 14:51:45 +02:00
parent d1949464e2
commit 70cdf7c602
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
6 changed files with 18 additions and 1 deletions

View file

@ -83,6 +83,7 @@ load_template "docker-env/barrel" \
"SLUG" "${SLUG}" \
"LETSENCRYPT_HOST" "${LETSENCRYPT_HOST}" \
"LETSENCRYPT_EMAIL" "${LETSENCRYPT_EMAIL}" \
"DISTILLERY_DIR" "${DIR}" \
> "$INSTANCE_BASE_DIR/.env"