Commit a2f7c876 by CaIon

馃攧 update: add bun.lock file copy to Dockerfile for dependency management

- Included the `bun.lock` file in the Dockerfile to ensure consistent dependency installation during the build process.
parent 706df56e
......@@ -2,6 +2,7 @@ FROM oven/bun:latest AS builder
WORKDIR /build
COPY web/package.json .
COPY web/bun.lock .
RUN bun install
COPY ./web .
COPY ./VERSION .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment