From dcc8908316669b0e7989ac9e2bda5c188aee30b9 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Mon, 1 Aug 2016 15:14:01 -0700 Subject: [PATCH] *: fix path to email config in dockerfile --- .travis.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d91ae08..d8c1610d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 3e2a6246..4c57e5c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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