diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index fcad79a..3a3dead 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -20,7 +20,7 @@ services: container_name: walden-frontend build: context: . - target: base + target: runner restart: unless-stopped environment: - NODE_ENV=production diff --git a/next.config.mjs b/next.config.mjs index 2dda15e..bb0073a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,7 +3,7 @@ const nextConfig = { experimental: { outputStandalone: true, - }, + }, typescript: { ignoreBuildErrors: true, }