This commit is contained in:
parent
d4d7a60d1b
commit
0daa7b200a
@ -17,4 +17,4 @@ ENV GIT_REV=${GIT_REV}
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD pnpm run start
|
CMD node apps/frontend/server.js
|
@ -2,6 +2,7 @@ import { format } from "@formkit/tempo";
|
|||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
output: "standalone",
|
||||||
experimental: {
|
experimental: {
|
||||||
webpackMemoryOptimizations: true,
|
webpackMemoryOptimizations: true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user