diff --git a/app/vite.config.ts b/app/vite.config.ts index ff7b902fb..c61c64166 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -68,6 +68,7 @@ export default defineConfig(({ mode }) => { envPrefix: 'APP_', server: { port: 3000, + allowedHosts: ["host.docker.internal"], strictPort: true, }, build: {