We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0046d31 commit 74d794aCopy full SHA for 74d794a
src/helpers/docker.ts
@@ -66,7 +66,7 @@ const createContainer = async (
66
]
67
}
68
},
69
- Cmd: ['node', '.']
+ Cmd: ['npm', 'run', 'start']
70
})
71
.then(container => container.id)
72
.catch(err => err)
0 commit comments