Skip to content

Commit

Permalink
Fixing GA UA Id var
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 4, 2021
1 parent f169156 commit 88ab48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ ENV NPM_CONFIG_LOGLEVEL warn
ENV WEB_PORT=${WEB_PORT:-4000}
ENV API_URL=${API_URL:-http://127.0.0.1:8000}
ENV RECAPTCHA_SITE_KEY=${RECAPTCHA_SITE_KEY:-6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI}
ENV GA_ACCOUNT_ID=${GA_ACCOUNT_ID=:-UA-000000-01}
ENV GA_ACCOUNT_ID=${GA_ACCOUNT_ID:-UA-000000-01}
RUN mkdir /app
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
Expand Down

0 comments on commit 88ab48f

Please sign in to comment.