chore: use bun frozen lockfile for builds

This commit is contained in:
Stavros
2025-10-08 18:56:42 +03:00
parent e878516130
commit 5b7bda3378
5 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /frontend
COPY ./frontend/package.json ./
COPY ./frontend/bun.lock ./
RUN bun install
RUN bun install --frozen-lockfile
COPY ./frontend/public ./public
COPY ./frontend/src ./src