Skip to content

Commit

Permalink
Sentry integration
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 16, 2023
1 parent 78421f3 commit b9e1234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM node:lts-buster-slim as build
WORKDIR /app

COPY package*json /app/
RUN apt-get update
RUN apt-get install ca-certificates
RUN npm install -g npm@7
RUN npm install

Expand Down

0 comments on commit b9e1234

Please sign in to comment.