feat(docker): use PROMETHEUS_MULTIPROC_DIR

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-01 12:27:33 -07:00
parent f21765bfe4
commit 1be4ac2fde
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
3 changed files with 5 additions and 0 deletions

View file

@ -18,4 +18,7 @@ fi
sed -ri "s|^(git_clone_uri_anon) = .+|\1 = ${AURWEB_FASTAPI_PREFIX}/%s.git|" conf/config.defaults
sed -ri "s|^(git_clone_uri_priv) = .+|\1 = ${AURWEB_SSHD_PREFIX}/%s.git|" conf/config.defaults
rm -rf $PROMETHEUS_MULTIPROC_DIR
mkdir -p $PROMETHEUS_MULTIPROC_DIR
exec "$@"