higlass / higlass/higlass-docker
Shouldn't COPY still use cache?
Open
- Dominant language
- Shell
- Stars
- 34
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
```
Step 26/37 : USER root
---> Using cache
---> 8403937eee6e
Step 27/37 : COPY supervisord.conf .
---> a6c5e1342c98 # apparently not using cache?
```
I thought there was something where, if the timestamp on the file hadn't changed, it could just use the cached layer? These are all at the end, and they run quickly, but it'd be good to understand what's going on.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.