Skip to content

Commit

Permalink
Replace the GTM_CONTAINER_ID variable with the MATOMO_SITE_ID in …
Browse files Browse the repository at this point in the history
…the Dockerfile
  • Loading branch information
mpastecki committed Nov 19, 2024
1 parent cd40457 commit 7e6bf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ COPY --from=builder --chown=root:root /home/node/build/ /usr/share/nginx/html/

################################################################

ENV GTM_CONTAINER_ID=GTM_CONTAINER_ID_NOT_SET
ENV MATOMO_SITE_ID=MATOMO_SITE_ID_NOT_SET

################################################################

CMD replace-env-var-placeholders.sh && \
nginx -g 'daemon off;'

################################################################
################################################################

0 comments on commit 7e6bf69

Please sign in to comment.