prosody/prosody-docker

Save one image layer by making entrypoint.sh executable in git

horazont opened this issue · 0 comments

https://github.com/prosody/prosody-docker/blob/master/Dockerfile#L45

This creates an additional layer. This is not necessary if the entrypoint.sh is executable in the filesystem already.

I’m not sure though if relying on that would break windows compatibility.