File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM ghcr.io/import-ai/omnibox-backend-runtime:latest
1010
1111WORKDIR /app
1212COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
13- RUN pnpm install --prod
13+ RUN HUSKY=0 pnpm install --prod
1414COPY --from=builder /app/dist ./dist
1515
1616EXPOSE 3000
Original file line number Diff line number Diff line change 1515 "test:watch" : " jest --watch" ,
1616 "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
1717 "test:e2e" : " jest --config jest.e2e-config.js --runInBand" ,
18- "prepare" : " husky"
18+ "prepare" : " husky || true "
1919 },
2020 "devDependencies" : {
2121 "@eslint/eslintrc" : " ^3.3.1" ,
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ ENV PATH="$PNPM_HOME:$PATH"
66RUN corepack enable
77COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
88RUN pnpm add -g pm2@6
9- RUN pnpm install --prod
9+ RUN HUSKY=0 pnpm install --prod
You can’t perform that action at this time.
0 commit comments