Skip to content

Commit

Permalink
fix: install dd globally in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed May 14, 2024
1 parent 5f95fae commit c935c58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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
RUN npm install -g dd-trace

EXPOSE 8081

CMD npm run start


FROM base as runner

ENV CAS_PATH=/cas
Expand Down

0 comments on commit c935c58

Please sign in to comment.