Skip to content

Commit

Permalink
Merge pull request #73 from bcc-code/feat/analytics
Browse files Browse the repository at this point in the history
More docker
  • Loading branch information
KillerX authored Dec 5, 2024
2 parents cc76d35 + d22a586 commit 57d3e0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ FROM base AS build
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
ARG NUXT_PUBLIC_GRPC_URL
ENV NUXT_PUBLIC_GRPC_URL=$NUXT_PUBLIC_GRPC_URL
ARG NUXT_PUBLIC_RUDDERSTACK_WRITE_KEYNUXT_PUBLIC_GRPC_URL
ENV NUXT_PUBLIC_RUDDERSTACK_WRITE_KEY=$NUXT_PUBLIC_RUDDERSTACK_WRITE_KEY
ARG NUXT_PUBLIC_RUDDERSTACK_DATA_PLANE_URL
ENV NUXT_PUBLIC_RUDDERSTACK_DATA_PLANE_URL=$NUXT_PUBLIC_RUDDERSTACK_DATA_PLANE_URL
RUN pnpm generate

FROM golang AS gobuild
Expand Down

0 comments on commit 57d3e0c

Please sign in to comment.