Fix Next config to match example Dockerfile expectations

This commit is contained in:
D. Scott Boggs 2025-05-08 08:50:30 -04:00
parent e459bb20ee
commit 13c5193344

4
frontend/next.config.js Normal file
View file

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone'
}