Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Just a silly typo in volume mountPath
  • Loading branch information
lguzzon committed Nov 11, 2023
1 parent 6cd7366 commit bfc237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/flowise/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function generate(input: Input): Output {
{
type: "volume",
name: "data",
mountPath: "/.root/flowise",
mountPath: "/root/.flowise",
},
],
deploy: {
Expand Down

0 comments on commit bfc237d

Please sign in to comment.