Skip to content

Commit

Permalink
Merge pull request #14 from ZhangHan/main
Browse files Browse the repository at this point in the history
Update the mount path in app config to avoid being overriden by EFS
  • Loading branch information
jaipreet-s authored Jul 9, 2021
2 parents 1323260 + a4b4d67 commit 2722beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scala-image/app-image-config-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
],
"FileSystemConfig": {
"MountPath": "/home/jovyan",
"MountPath": "/home/jovyan/work",
"DefaultUid": 1000,
"DefaultGid": 100
}
}
}
}

0 comments on commit 2722beb

Please sign in to comment.