feat(umami): setup
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m46s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m46s
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 UMAMI_HOST
|
||||
ARG UMAMI_ID
|
||||
ENV UMAMI_HOST=$UMAMI_HOST
|
||||
ENV UMAMI_ID=$UMAMI_ID
|
||||
|
||||
RUN pnpm run build
|
||||
|
||||
FROM base
|
||||
|
||||
Reference in New Issue
Block a user