Fix Next config to match example Dockerfile expectations
This commit is contained in:
parent
e459bb20ee
commit
13c5193344
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue