ropensci-review-tools / roreviewapi

API endpoint for package reviews via ropensci-review-bot
https://docs.ropensci.org/roreviewapi
4 stars 1 forks source link

fix for Dockerfile: append second env var instead of replace #2

Closed sckott closed 3 years ago

sckott commented 3 years ago

hi @mpadge

the original version of this file uses replace > for both env vars, so the first env var set is replaced by the second. changed it to replace, then append. The API wasn't working until this fix.

See any issues with this?