Closed Xarthisius closed 5 years ago
We weren't passing post_build_scripts keyword for Rocker template. This PR fixes that.
post_build_scripts
Alternative:
mkdir /tmp/my_tale cat <<- EOF > /tmp/my_tale/environment.json {"config": {"buildpack": "RockerBuildPack"}} EOF touch /tmp/my_tale/postBuild repo2docker --config <path_to_r2d_wt>/repo2docker_wholetale/repo2docker_config.py \ --user-name rstudio --user-id 1000 --debug --no-build \ /tmp/my_tale 2>&1 | grep 'RUN ./postBuild'
We weren't passing
post_build_scripts
keyword for Rocker template. This PR fixes that.How to test?
Alternative: