Revert "fix(ci): add --no-frozen-lockfile to bun install in Dockerfiles"

This reverts commit 9ee3af8a1f.
This commit is contained in:
seriouselly
2026-06-15 01:05:04 +07:00
parent 9ee3af8a1f
commit 61a4043967
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ COPY package.json bun.lock bunfig.toml tsconfig.base.json ./
COPY packages/shared/package.json packages/shared/package.json
COPY apps/web/package.json apps/web/package.json
COPY apps/api/package.json apps/api/package.json
RUN bun install --no-frozen-lockfile
RUN bun install
COPY packages/shared packages/shared
COPY apps/web apps/web