Skip to content

Commit

Permalink
add missing sentry config to docker image (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong authored Feb 15, 2025
1 parent c120ef2 commit 7b5464f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY next.config.mjs .
COPY tsconfig.json .
COPY tailwind.config.ts .
COPY postcss.config.js .
COPY sentry.client.config.ts .

ARG NEXT_PUBLIC_MEMPOOL_API
ENV NEXT_PUBLIC_MEMPOOL_API=${NEXT_PUBLIC_MEMPOOL_API}
Expand Down

0 comments on commit 7b5464f

Please sign in to comment.