This commit is contained in:
parent
55ecdfda0d
commit
5164ea3164
@ -6,9 +6,11 @@ RUN corepack enable
|
|||||||
# COPY frontend/package.json frontend/pnpm-lock.yaml ./
|
# COPY frontend/package.json frontend/pnpm-lock.yaml ./
|
||||||
# RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
# RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
||||||
# pnpm install --frozen-lockfile
|
# pnpm install --frozen-lockfile
|
||||||
|
COPY frontend .
|
||||||
|
|
||||||
|
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
|
||||||
COPY frontend .
|
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
FROM golang:1.23 AS build-stage
|
FROM golang:1.23 AS build-stage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user