parent
aa600a2291
commit
6380cd16c9
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ WORKDIR /usr/src/app
|
||||||
# Copy package.json and package-lock.json to the working directory
|
# Copy package.json and package-lock.json to the working directory
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm install pnpm
|
RUN npm install
|
||||||
RUN pnpm install
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue