mirror of
https://github.com/p-stream/backend.git
synced 2026-04-18 22:12:05 +00:00
please work
This commit is contained in:
parent
eb84bef243
commit
0c4ac4f08a
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ ENV PNPM_HOME="/pnpm"
|
|||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
|
||||
RUN corepack prepare pnpm@latest --activate
|
||||
|
||||
# install packages
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue