From 9b0dccd9ba4e2c41c8a6c91fc8c8bac5d12e6dc3 Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Thu, 22 Oct 2015 12:07:07 -0700 Subject: [PATCH] Dockerfile: use right env var for email templates --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d43b8da..3e2a6246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ ADD bin/dexctl /opt/dex/bin/dexctl ENV DEX_WORKER_HTML_ASSETS /opt/dex/html/ ADD static/html/* $DEX_WORKER_HTML_ASSETS -ENV DEX_WORKER_EMAIL_ASSETS /opt/dex/email/ -ADD static/email/* $DEX_WORKER_EMAIL_ASSETS -ADD static/fixtures/emailer.json.sample $DEX_WORKER_EMAIL_ASSETS/emailer.json +ENV DEX_WORKER_EMAIL_TEMPLATES /opt/dex/email/ +ADD static/email/* $DEX_WORKER_EMAIL_TEMPLATES +ADD static/fixtures/emailer.json.sample $DEX_WORKER_EMAIL_TEMPLATES/emailer.json