From 0c2fcffa91c05024a0394bec6a63afd9ffd23773 Mon Sep 17 00:00:00 2001 From: kassad Date: Wed, 18 Sep 2024 08:09:10 -0700 Subject: [PATCH] Added datadog --- Dockerfile.web | 2 +- {packages/commonwealth/scripts => scripts}/heroku-entrypoint.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {packages/commonwealth/scripts => scripts}/heroku-entrypoint.sh (100%) diff --git a/Dockerfile.web b/Dockerfile.web index a5e50341413..cd5207c55e1 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -24,7 +24,7 @@ RUN curl -o /tmp/DATADOG_APT_KEY_382E94DE.public "${DATADOG_APT_KEYS_URL}/DATADO RUN apt-get update && apt-get -y --force-yes install --reinstall datadog-agent # Copy entrypoint -COPY scripts/heroku-entrypoint.sh / +COPY ./scripts/heroku-entrypoint.sh / # Expose DogStatsD and trace-agent ports EXPOSE 8125/udp 8126/tcp diff --git a/packages/commonwealth/scripts/heroku-entrypoint.sh b/scripts/heroku-entrypoint.sh similarity index 100% rename from packages/commonwealth/scripts/heroku-entrypoint.sh rename to scripts/heroku-entrypoint.sh