Skip to content

Commit 9ff1167

Browse files
committed
fix: set mount directory in update-global-images
Closes #39.
1 parent d3d66ee commit 9ff1167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/renkuapi/session/session.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ func getDefaultEnvironmentPost() EnvironmentPost {
187187
Gid: ptr.To(1000),
188188
Name: "", // Leave blank
189189
Port: ptr.To(8888),
190+
MountDirectory: ptr.To("/home/renku/work"),
190191
WorkingDirectory: ptr.To("/home/renku/work"),
191192
}
192193
}

0 commit comments

Comments
 (0)