jwilder / dockerize

Utility to simplify running applications in docker containers
MIT License
5.01k stars 414 forks source link

Check if file exists and then wait, instead of other way around #165

Closed ruudk closed 2 years ago

ruudk commented 3 years ago

When the file exists, it would be great to immediately return instead of waiting for the first tick of refresh interval.

ruudk commented 2 years ago

@jwilder What do you think?

jwilder commented 2 years ago

Thanks!