How to mount a single file in a volume
TL;DR/Notice: If you experience a directory being created in place of the file you are trying to mount, you have probably failed to supply a valid and absolute path. This is a common mistake with a silent and confusing failure mode. File volumes are done this way in docker (absolute path example (can use env … Read more