Skip to content

Commit

Permalink
fix: Add matomo variables to docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Sep 1, 2021
1 parent 0b15a52 commit af3ed16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:15.9-alpine

ENV NEXT_PUBLIC_MATOMO_URL="https://matomo.fabrique.social.gouv.fr"
ENV NEXT_PUBLIC_MATOMO_SITE_ID="33"

WORKDIR /app

COPY . /app/
Expand Down

0 comments on commit af3ed16

Please sign in to comment.