Skip to content

Commit

Permalink
fix: tracing should target the base (api)
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed May 7, 2024
1 parent 4602e2c commit 54b0a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXPOSE 8081

CMD npm run start

FROM runner as tracing
FROM base as tracing

RUN npm install dd-trace --save

Expand Down

0 comments on commit 54b0a89

Please sign in to comment.