Move entrypoint to root dir

This commit is contained in:
Daniel Berteaud 2023-08-28 23:28:33 +02:00
parent a73b0e3580
commit c5f3878043
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ ARG CSI_VERSION=1.8.3
FROM docker.io/democraticcsi/democratic-csi:v${CSI_VERSION}
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
COPY entrypoint.sh /
COPY root/ /
ENTRYPOINT ["/entrypoint.sh"]