build(Dockerfile): update Dockerfile for bun installation
This commit is contained in:
parent
4c376f8375
commit
c0ad17490e
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
from imbios/bun-node
|
FROM imbios/bun-node
|
||||||
|
|
||||||
COPY . .
|
COPY package.json .
|
||||||
|
COPY bun.lock .
|
||||||
|
|
||||||
|
RUN bun install
|
Reference in a new issue