fix: Update Dockerfile (#5484)

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
Ujjwal Kumar Baranwal 2025-10-10 18:44:11 +05:30 committed by GitHub
parent f6cf4d127d
commit 41c028781b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ COPY --parents ./addOns/package.json ./addOns/*/*/package.json ./extensions/*/pa
RUN bun pm cache rm
RUN bun install
RUN bun add ajv@8.12.0
# Copy the local directory
COPY --link --exclude=yarn.lock --exclude=package.json --exclude=Dockerfile . .