mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
fixed dockerfile... I think
This commit is contained in:
parent
a9dc167967
commit
db32a6f0e1
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ ENV PNPM_HOME="/pnpm"
|
|||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
|
||||
RUN pnpm install -g pnpm@latest
|
||||
RUN pnpm setup
|
||||
|
||||
# install packages
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue