diff --git a/Dockerfile b/Dockerfile index b5c6a2e7..98ee588c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ WORKDIR /app COPY .npmrc package.json pnpm-lock.yaml ./ +ENV HUSKY 0 + RUN pnpm install --frozen-lockfile COPY . . @@ -22,6 +24,8 @@ COPY --from=builder /app/package.json . COPY --from=builder /app/pnpm-lock.yaml . COPY --from=builder /app/dist ./dist +ENV HUSKY 0 + RUN pnpm install --frozen-lockfile --prod # Expose App diff --git a/apps/client/pages/index.tsx b/apps/client/pages/index.tsx index dae071f2..df8d3c4d 100644 --- a/apps/client/pages/index.tsx +++ b/apps/client/pages/index.tsx @@ -136,7 +136,11 @@ const Home: NextPage = () => { -