Skip to content

Commit

Permalink
Merge pull request #405 from namecheap/feature/nr-native
Browse files Browse the repository at this point in the history
fix: newrelic native metrics were not installed in previous commit be…
  • Loading branch information
b1ff authored Apr 18, 2022
2 parents f55dd73 + 9eb24ff commit 575db5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ilc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /codebase

COPY package-lock.json package.json /codebase/
RUN npm ci --no-package-lock --ignore-scripts
RUN npm rebuild @newrelic/native-metrics

COPY ./ /codebase

Expand Down
1 change: 1 addition & 0 deletions registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY package-lock.json package.json /codebase/
RUN npm ci --no-package-lock --ignore-scripts
RUN npm rebuild bcrypt --build-from-source
RUN npm rebuild @vscode/sqlite3
RUN npm rebuild @newrelic/native-metrics
RUN npm install mysql

COPY client/package-lock.json client/package.json /codebase/client/
Expand Down

0 comments on commit 575db5b

Please # to comment.