Skip to content

Commit

Permalink
Added datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 18, 2024
1 parent 3a1f6f2 commit fc2cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ RUN curl -o /tmp/DATADOG_APT_KEY_382E94DE.public "${DATADOG_APT_KEYS_URL}/DATADO
# Install the Datadog Agent
RUN apt-get update && apt-get -y --force-yes install --reinstall datadog-agent

RUN chmod +x ./scripts/heroku-entrypoint.sh

# Copy entrypoint
COPY ./scripts/heroku-entrypoint.sh /prod/commonwealth

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

# Expose DogStatsD and trace-agent ports
EXPOSE 8125/udp 8126/tcp

Expand Down

0 comments on commit fc2cf45

Please sign in to comment.