fix: Docker please
This commit is contained in:
parent
e7de24121e
commit
71b90e7160
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ ENV PATH="$PNPM_HOME:$PATH"
|
|||
|
||||
RUN corepack enable
|
||||
|
||||
COPY package.json pnpm-lock.yaml /app/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
# Dependencies Stage for Production
|
||||
FROM base AS deps
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue