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
build:
context: .
target: base
target: runner
restart: unless-stopped
environment:
- NODE_ENV=production

View File

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