mirror of https://github.com/bastienwirtz/homer
Remove useless docker VOLUME instruction #509
parent
77167e24ea
commit
ae1b04d1c4
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue