mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
scratch/alpine docker images were creating an extra volume at /public. the problem is that for example an extra docker volume can difficult umounting shares on unRAID and other environments. these extra docker volumes can be perfectly optional, so this commit remove them of scratch and alpine images. resolves #51