Fix Next config to match example Dockerfile expectations
This commit is contained in:
parent
e459bb20ee
commit
13c5193344
4
frontend/next.config.js
Normal file
4
frontend/next.config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
/** @type {import('next').NextConfig} */
|
||||||
|
module.exports = {
|
||||||
|
output: 'standalone'
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue