fix: build using npm, not pnpm
Some checks failed
Build and push Docker image / build-and-push (push) Has been cancelled
Some checks failed
Build and push Docker image / build-and-push (push) Has been cancelled
This commit is contained in:
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…
Reference in a new issue