0.0.9
This commit is contained in:
parent
e1a2809614
commit
2b6b58e99a
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ RUN corepack enable
|
|||
|
||||
FROM base as build-stage
|
||||
|
||||
COPY pnpm-lock.yaml /app
|
||||
WORKDIR /app
|
||||
COPY pnpm-lock.yaml .
|
||||
RUN pnpm fetch --prod
|
||||
COPY . /app
|
||||
COPY . .
|
||||
RUN pnpm run build
|
||||
|
||||
FROM docker.io/library/nginx:alpine as production-stage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue