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
263b933a
Commit
263b933a
authored
Aug 01, 2016
by
Eric Chiang
Committed by
GitHub
Aug 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #534 from ericchiang/fix-dockerfile
*: fix path to email config in dockerfile
parents
d5744ab6
dcc89083
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
Dockerfile
Dockerfile
+1
-1
No files found.
.travis.yml
View file @
263b933a
...
...
@@ -33,6 +33,7 @@ script:
-
sudo sh -c 'echo "127.0.0.1 tlstest.local" >> /etc/hosts'
-
./test-functional
-
DEX_TEST_DSN="sqlite3://:memory:" ./test-functional
-
./build-docker
deploy
:
provider
:
script
...
...
Dockerfile
View file @
263b933a
...
...
@@ -9,4 +9,4 @@ ADD static/html/* $DEX_WORKER_HTML_ASSETS
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
ADD
static/fixtures/emailer.json $DEX_WORKER_EMAIL_TEMPLATES/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