Skip to content

Commit

Permalink
feat: always install datadog package in images (#1207)
Browse files Browse the repository at this point in the history
* feat: always install datadog package in images

* fix: rearrange Dockerfile ordering
  • Loading branch information
3benbox authored May 13, 2024
1 parent 08251e8 commit 122df4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ RUN npm run postinstall

RUN npm run build

RUN npm install dd-trace --save

EXPOSE 8081

CMD npm run start

FROM base as tracing

RUN npm install dd-trace --save

FROM base as runner

Expand Down

0 comments on commit 122df4a

Please sign in to comment.