fix image build

This commit is contained in:
root
2026-06-11 16:55:12 -04:00
parent b5a224dc04
commit b52c6305b5
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN corepack enable
COPY package.json package-lock.json turbo.json tsconfig.base.json ./
COPY apps ./apps
COPY packages ./packages
COPY config ./config
RUN npm ci --no-fund --no-audit