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