Looks like a case of @mifi is an idiot at times
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-24 15:36:22 -05:00
parent 0c5d7e3c1b
commit 9c0a227394
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ services:
container_name: walden-frontend container_name: walden-frontend
build: build:
context: . context: .
target: base target: runner
restart: unless-stopped restart: unless-stopped
environment: environment:
- NODE_ENV=production - NODE_ENV=production

View File

@@ -3,7 +3,7 @@
const nextConfig = { const nextConfig = {
experimental: { experimental: {
outputStandalone: true, outputStandalone: true,
}, },
typescript: { typescript: {
ignoreBuildErrors: true, ignoreBuildErrors: true,
} }