Skip to content

Commit

Permalink
Fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 30, 2024
1 parent 4dac7a1 commit 5021e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.datadog
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ RUN curl -o /tmp/DATADOG_APT_KEY_382E94DE.public "${DATADOG_APT_KEYS_URL}/DATADO
RUN apt-get update && apt-get -y install --reinstall datadog-agent

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

COPY datadog-config/ /etc/datadog-agent/
2 changes: 1 addition & 1 deletion packages/commonwealth/deploy/dockerfiles/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM commonwealth
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register --enable-source-maps" ./build/server.js
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register --enable-source-maps ./build/server.js

0 comments on commit 5021e2b

Please sign in to comment.