FROM imbios/bun-node COPY package.json . COPY bun.lock . RUN bun install CMD ["/bin/sh"]