Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move COPY from R image to after the Python COPY
The R image is currently more frequently updated than the python one. Moving this statement lower in the Dockerfile means we're more likely to take advantage of caching to get slightly faster build times in most cases.
- Loading branch information