Skip to content

Commit ae1b04d

Browse files
committed
Remove useless docker VOLUME instruction bastienwirtz#509
1 parent 77167e2 commit ae1b04d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
3434
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
3535

3636
EXPOSE ${PORT}
37-
VOLUME /www/assets
3837

3938
ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]

0 commit comments

Comments
 (0)