build(Dockerfile): update Dockerfile for bun installation

This commit is contained in:
Jan Gleytenhoover 2025-02-19 10:34:55 +01:00
parent 4c376f8375
commit c0ad17490e
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -1,3 +1,6 @@
from imbios/bun-node
FROM imbios/bun-node
COPY . .
COPY package.json .
COPY bun.lock .
RUN bun install