Fix Next config to match example Dockerfile expectations
This commit is contained in:
parent
94e700d2e7
commit
a94bc545aa
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