Skip to content

Commit

Permalink
Add GA to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgnr committed Feb 9, 2024
1 parent 2657e3f commit 80eb260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM node:20.5.0 as builder
ARG GOOGLE_ANALYTICS ADSENSE_VERIFICATION
ENV GOOGLE_ANALYTICS=$GOOGLE_ANALYTICS
ENV ADSENSE_VERIFICATION=$ADSENSE_VERIFICATION

COPY web/package.json ./
RUN yarn install && yarn global add webpack
Expand Down

0 comments on commit 80eb260

Please sign in to comment.