From c602b532ab8be412479d0576a3daaf058b04e9a0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 14 May 2021 16:28:51 +0200 Subject: [PATCH] Fix entrypoint locations --- entrypoint.core.sh.tmpl | 2 +- entrypoint.web.sh.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.core.sh.tmpl b/entrypoint.core.sh.tmpl index b55a702..6b9bba6 100644 --- a/entrypoint.core.sh.tmpl +++ b/entrypoint.core.sh.tmpl @@ -29,4 +29,4 @@ file_env "MAILMAN_REST_PASSWORD" export DATABASE_URL="postgres://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}/${DATABASE_NAME}" -/opt/mailman/docker-entrypoint.sh "$@" +/usr/local/bin/docker-entrypoint.sh "$@" diff --git a/entrypoint.web.sh.tmpl b/entrypoint.web.sh.tmpl index 494ef97..dba0794 100644 --- a/entrypoint.web.sh.tmpl +++ b/entrypoint.web.sh.tmpl @@ -30,4 +30,4 @@ file_env "SMTP_HOST_PASSWORD" export DATABASE_URL="postgres://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}/${DATABASE_NAME}" -/opt/mailman-web/docker-entrypoint.sh "$@" +/usr/local/bin/docker-entrypoint.sh "$@"