eslint goes poof in Docker

This commit is contained in:
2025-03-26 20:41:41 +01:00
parent c0b1b95378
commit 07a1015a07

View File

@@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile
COPY . . COPY . .
RUN pnpm exec tsc --build RUN pnpm exec tsc --build
RUN pnpm exec eslint . #RUN pnpm exec eslint .
RUN pnpm --filter frontend exec vite build RUN pnpm --filter frontend exec vite build
FROM oven/bun:1 FROM oven/bun:1