Remove useless docker VOLUME instruction #509

This commit is contained in:
Bastien Wirtz 2022-09-18 16:27:42 +02:00
parent 77167e24ea
commit ae1b04d1c4

View 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"]