forked from mystiq/dex
Dockerfile: use right env var for email templates
This commit is contained in:
parent
b29f76b6f7
commit
9b0dccd9ba
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue