fix: Docker build in CI (#8312)

* Fix Docker build CI
* Bump nginx-alpine version to 1.27
This commit is contained in:
Márk Tolmács
2024-08-06 13:21:20 +02:00
committed by GitHub
parent b87925d253
commit 8d530cf102
5 changed files with 10 additions and 10 deletions

View File

@ -2,9 +2,8 @@ import { defineConfig } from "vitest/config";
import { woff2BrowserPlugin } from "./scripts/woff2/woff2-vite-plugins";
export default defineConfig({
plugins: [
woff2BrowserPlugin(),
],
// @ts-ignore
plugins: [woff2BrowserPlugin()],
test: {
setupFiles: ["./setupTests.ts"],
globals: true,