6
This commit is contained in:
parent
13dc642a1d
commit
82c5ba5b24
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY pnpm-lock.yaml ./
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
COPY ./ .
|
COPY ./ .
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue