bestit-ewieser
Results
2
comments of
bestit-ewieser
I added the following volume to line 53 of the [docker.js](https://github.com/mserranom/bbrun/blob/5e1d766d6607669340cf09320e21053e5f5cea50/src/docker.js) file: ` -v ~/.ssh:/root/.ssh:ro` ``` : `run --rm -P -v ${pwd()}:${workDir} -v ~/.ssh:/root/.ssh:ro -w ${workDir} ${image} bash ${BUILD_SCRIPT}`;``` Thus...
> do you know if such config would work on a windows machine? thanks Unfortunately I have no experience on windows machines. It might just be necessary to swap the...