summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 594a4b8..51f146d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,6 +42,8 @@ ARG CREATED
ARG VERSION
ARG GIT_REF=origin/master
+ENV CONDUIT_CONFIG="/srv/conduit/conduit.toml"
+
# Labels according to https://github.com/opencontainers/image-spec/blob/master/annotations.md
# including a custom label specifying the build command
LABEL org.opencontainers.image.created=${CREATED} \