feat(umami): setup
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m1s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m1s
This commit is contained in:
@@ -11,6 +11,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends imagemagick &&
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
ARG UMAMI_HOST
|
||||
ARG UMAMI_ID
|
||||
ENV UMAMI_HOST=$UMAMI_HOST
|
||||
ENV UMAMI_ID=$UMAMI_ID
|
||||
RUN pnpm build
|
||||
|
||||
FROM base AS runtime
|
||||
|
||||
Reference in New Issue
Block a user