add dummy value for intercom

This commit is contained in:
Maidul Islam
2023-06-22 17:17:38 -04:00
parent 7b3bd54386
commit 9f319d7ce3

View File

@ -1,5 +1,6 @@
ARG POSTHOG_HOST=https://app.posthog.com
ARG POSTHOG_API_KEY=posthog-api-key
ARG INTERCOM_ID=intercom-id
FROM node:16-alpine AS deps
# Install dependencies only when needed. Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.