kubetail-org / kubetail

Web-based, real-time log viewer for Kubernetes
https://www.kubetail.com/demo
Apache License 2.0
301 stars 16 forks source link

remove unnecessary RUN commands #43

Closed lpmi-13 closed 3 months ago

lpmi-13 commented 3 months ago

MKDIR creates the directory if it doesn't exist, so we can remove these extra RUN layers.

https://docs.docker.com/reference/dockerfile/#workdir

amorey commented 3 months ago

Thanks! Good to know.