summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2021-03-16 09:14:11 +0100
committerDaniel Wiesenberg <weasy@hotmail.de>2021-05-22 16:53:48 +0200
commit5a7ccbdfab228daca0ebecf46b9c4372d36faf6a (patch)
tree08f0c8f20e11664f9ccba8f22670a4e3d5c959ac /Dockerfile
parentbeb428d8669d509b3199531660a3544ccff69d9a (diff)
downloadconduit-5a7ccbdfab228daca0ebecf46b9c4372d36faf6a.zip
Add CONDUIT_CONFIG to all relevant docker files
And mention that an empty string can be used to configure Conduit purely with env vars.
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} \