diff --git a/Dockerfile b/Dockerfile index 2bbeac4..7821f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile COPY . . RUN pnpm exec tsc --build -RUN pnpm exec eslint . +#RUN pnpm exec eslint . RUN pnpm --filter frontend exec vite build FROM oven/bun:1