diff --git a/vite.config.ts b/vite.config.ts index ddac1808f..4259e6d6b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -67,8 +67,6 @@ export default defineConfig(({ mode }) => { plugins: plugins, server: { port: 3000, - // Don't open by default as Dockerfile wont run as it can't find a display - open: false, }, preview: { port: 5001,