From 101a3a69623129acdaedca13fe8b74ea92c75fda Mon Sep 17 00:00:00 2001 From: Graham Lee Date: Tue, 22 Feb 2022 14:23:21 +0000 Subject: [PATCH] Add the curator version env var to the _other_ curator-service Dockerfile #2541 --- verification/curator-service/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/verification/curator-service/Dockerfile b/verification/curator-service/Dockerfile index 1354cfa4e..5eed126eb 100644 --- a/verification/curator-service/Dockerfile +++ b/verification/curator-service/Dockerfile @@ -42,6 +42,10 @@ ENV REACT_APP_PUBLIC_MAPBOX_TOKEN "pk.eyJ1IjoiaGVhbHRobWFwIiwiYSI6ImNrYzNjczdmcz ENV REACT_APP_POLICY_PUBLIC_ID "89575059" ENV REACT_APP_COOKIE_CONSENT_PUBLIC_ID "2070778" +# set the version (this should be set from outside) +ARG CURATOR_VERSION +ENV CURATOR_VERSION=${CURATOR_VERSION:-unset} + RUN npm run build