Skip to content

Commit

Permalink
abstracted out datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Oct 1, 2024
1 parent fa8cddc commit 71a3bf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.commonwealth_base
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ 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

RUN chmod +x /prod/commonwealth/datadog-entrypoint.sh

COPY datadog-config/ /etc/datadog-agent/

EXPOSE 8125/udp 8126/tcp
Expand All @@ -46,3 +44,4 @@ WORKDIR /prod/commonwealth
RUN apt-get update && apt-get install -y curl # Needed for heroku
ENV PORT=$PORT
COPY ./scripts/datadog-entrypoint.sh /prod/commonwealth
RUN chmod +x /prod/commonwealth/datadog-entrypoint.sh

0 comments on commit 71a3bf6

Please sign in to comment.