Skip to content

Commit 3f57d75

Browse files
committed
format path in EDGE_FUNCTIONS_MANAGEMENT_FOLDER env
1 parent 7096f64 commit 3f57d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/start/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ EOF
11671167
fmt.Sprintf("LOGFLARE_URL=http://%v:4000", utils.LogflareId),
11681168
fmt.Sprintf("NEXT_PUBLIC_ENABLE_LOGS=%v", utils.Config.Analytics.Enabled),
11691169
fmt.Sprintf("NEXT_ANALYTICS_BACKEND_PROVIDER=%v", utils.Config.Analytics.Backend),
1170-
"EDGE_FUNCTIONS_MANAGEMENT_FOLDER=" + filepath.Join(workdir, utils.FunctionsDir),
1170+
"EDGE_FUNCTIONS_MANAGEMENT_FOLDER=" + utils.ToDockerPath(filepath.Join(workdir, utils.FunctionsDir)),
11711171
"SNIPPETS_MANAGEMENT_FOLDER=" + containerSnippetsPath,
11721172
// Ref: https://github.com/vercel/next.js/issues/51684#issuecomment-1612834913
11731173
"HOSTNAME=0.0.0.0",

0 commit comments

Comments
 (0)