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 ./
|
||||
|
||||
RUN npm install pnpm
|
||||
RUN pnpm install
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue