Fix missing type field in container job mount
This commit is contained in:
@@ -65,6 +65,7 @@ func RunJob(job Job, workingDir string) error {
|
||||
// TODO: fix running the runner in docker (add VolumesFrom to HostConfig)
|
||||
&container.HostConfig{
|
||||
Mounts: []mount.Mount{{
|
||||
Type: mount.TypeVolume,
|
||||
Source: jobFolder,
|
||||
Target: "/job",
|
||||
ReadOnly: false,
|
||||
|
||||
Reference in New Issue
Block a user