diff --git a/verification/curator-service/Dockerfile b/verification/curator-service/Dockerfile index ca483f633..1aa75c193 100644 --- a/verification/curator-service/Dockerfile +++ b/verification/curator-service/Dockerfile @@ -41,6 +41,7 @@ ENV REACT_APP_PUBLIC_MAPBOX_TOKEN "pk.eyJ1IjoiaGVhbHRobWFwIiwiYSI6ImNrYzNjczdmcz # Set the Iubenda policy and cookie consent IDs. These are public so fine to be checked-in an image. ENV REACT_APP_POLICY_PUBLIC_ID "89575059" ENV REACT_APP_COOKIE_CONSENT_PUBLIC_ID "2070778" +ENV REACT_APP_RECAPTCHA_SITE_KEY "6LdhjvwgAAAAALrxavR_zR58kxxap07D4ba8X-jE" RUN npm run build @@ -73,4 +74,4 @@ ENV CURATOR_VERSION=${CURATOR_VERSION:-unset} # Start service, do not use npm start instead invoke node directly # to avoid wrapping the process uselessly and correctly catch SIGTERM and SIGINT. -CMD [ "node", "dist/server.js" ] \ No newline at end of file +CMD [ "node", "dist/server.js" ]