diff --git a/examples/scala-image/app-image-config-input.json b/examples/scala-image/app-image-config-input.json index df43c98..2900aac 100644 --- a/examples/scala-image/app-image-config-input.json +++ b/examples/scala-image/app-image-config-input.json @@ -8,9 +8,9 @@ } ], "FileSystemConfig": { - "MountPath": "/home/jovyan", + "MountPath": "/home/jovyan/work", "DefaultUid": 1000, "DefaultGid": 100 } } -} \ No newline at end of file +}