feat(umami): setup
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m28s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m28s
This commit is contained in:
@@ -13,6 +13,12 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-l
|
||||
|
||||
FROM base AS build
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
|
||||
ARG NUXT_PUBLIC_UMAMI_HOST
|
||||
ARG NUXT_PUBLIC_UMAMI_ID
|
||||
ENV NUXT_PUBLIC_UMAMI_HOST=$NUXT_PUBLIC_UMAMI_HOST
|
||||
ENV NUXT_PUBLIC_UMAMI_ID=$NUXT_PUBLIC_UMAMI_ID
|
||||
|
||||
RUN pnpm run build
|
||||
|
||||
FROM base
|
||||
|
||||
Reference in New Issue
Block a user