]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Remove useless docker VOLUME instruction #509
authorBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 18 Sep 2022 14:27:42 +0000 (16:27 +0200)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 18 Sep 2022 14:30:32 +0000 (16:30 +0200)
Dockerfile

index 112db17cb567deceaf5d1e6ce86035980e3b8764..ab2d71aa9415bc5a721f216dad698fee75c6311c 100644 (file)
@@ -34,6 +34,5 @@ HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
     CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
 
 EXPOSE ${PORT}
-VOLUME /www/assets
 
 ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]