Commit 9b0dccd9 authored by Bobby Rullo's avatar Bobby Rullo

Dockerfile: use right env var for email templates

parent b29f76b6
...@@ -7,6 +7,6 @@ ADD bin/dexctl /opt/dex/bin/dexctl ...@@ -7,6 +7,6 @@ ADD bin/dexctl /opt/dex/bin/dexctl
ENV DEX_WORKER_HTML_ASSETS /opt/dex/html/ ENV DEX_WORKER_HTML_ASSETS /opt/dex/html/
ADD static/html/* $DEX_WORKER_HTML_ASSETS ADD static/html/* $DEX_WORKER_HTML_ASSETS
ENV DEX_WORKER_EMAIL_ASSETS /opt/dex/email/ ENV DEX_WORKER_EMAIL_TEMPLATES /opt/dex/email/
ADD static/email/* $DEX_WORKER_EMAIL_ASSETS ADD static/email/* $DEX_WORKER_EMAIL_TEMPLATES
ADD static/fixtures/emailer.json.sample $DEX_WORKER_EMAIL_ASSETS/emailer.json ADD static/fixtures/emailer.json.sample $DEX_WORKER_EMAIL_TEMPLATES/emailer.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment