Update Dockerfile
This commit is contained in:
parent
d07cc0390f
commit
ac7119dee5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN bun i
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue