Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
31585803
Commit
31585803
authored
Oct 22, 2015
by
bobbyrullo
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #164 from bobbyrullo/use_the_right_env
Dockerfile: use right env var for email templates
parents
b29f76b6
9b0dccd9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
31585803
...
...
@@ -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_
ASSET
S /opt/dex/email/
ADD
static/email/* $DEX_WORKER_EMAIL_
ASSET
S
ADD
static/fixtures/emailer.json.sample $DEX_WORKER_EMAIL_
ASSET
S/emailer.json
ENV
DEX_WORKER_EMAIL_
TEMPLATE
S /opt/dex/email/
ADD
static/email/* $DEX_WORKER_EMAIL_
TEMPLATE
S
ADD
static/fixtures/emailer.json.sample $DEX_WORKER_EMAIL_
TEMPLATE
S/emailer.json
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment