We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7096f64 commit 3f57d75Copy full SHA for 3f57d75
internal/start/start.go
@@ -1167,7 +1167,7 @@ EOF
1167
fmt.Sprintf("LOGFLARE_URL=http://%v:4000", utils.LogflareId),
1168
fmt.Sprintf("NEXT_PUBLIC_ENABLE_LOGS=%v", utils.Config.Analytics.Enabled),
1169
fmt.Sprintf("NEXT_ANALYTICS_BACKEND_PROVIDER=%v", utils.Config.Analytics.Backend),
1170
- "EDGE_FUNCTIONS_MANAGEMENT_FOLDER=" + filepath.Join(workdir, utils.FunctionsDir),
+ "EDGE_FUNCTIONS_MANAGEMENT_FOLDER=" + utils.ToDockerPath(filepath.Join(workdir, utils.FunctionsDir)),
1171
"SNIPPETS_MANAGEMENT_FOLDER=" + containerSnippetsPath,
1172
// Ref: https://github.com/vercel/next.js/issues/51684#issuecomment-1612834913
1173
"HOSTNAME=0.0.0.0",
0 commit comments