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 94e700d2e7
commit a94bc545aa

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

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