add global docker setting
update env.example, add docker-compose.yml for start all services
This commit is contained in:
@@ -4,6 +4,8 @@ import path from "path";
|
||||
const isDev = process.env.NODE_ENV === "development";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
outputFileTracingRoot: path.join(__dirname, "../.."),
|
||||
...(isDev && {
|
||||
turbopack: {
|
||||
root: path.resolve(__dirname, "../.."),
|
||||
|
||||
Reference in New Issue
Block a user