shamefully hoist for sweetalert
All checks were successful
frontend-action / build-image (push) Successful in 45s
All checks were successful
frontend-action / build-image (push) Successful in 45s
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
FROM base AS prod-deps
|
FROM base AS prod-deps
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --shamefully-hoist
|
||||||
ARG VUE_APP_API_URL
|
ARG VUE_APP_API_URL
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user