Skip to content

Commit

Permalink
fix: Remove frozen lockfile flag in Dockerfile bun install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Feb 10, 2025
1 parent fc6fa89 commit 9b98007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
# Install dependencies with cache
RUN --mount=type=cache,target=/root/.bun \
--mount=type=cache,target=/root/.cache/bun \
bun install --frozen-lockfile
bun install

# Copy only necessary files for build
COPY docs/ ./docs/
Expand Down

0 comments on commit 9b98007

Please sign in to comment.