doc(README): usage
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-22 12:22:21 +02:00
parent 65f7b4aba0
commit 4f1e914a18
3 changed files with 27 additions and 38 deletions

View File

@ -11,4 +11,4 @@ RUN if [ -z ${MKISOFS_VERSION+x} ]; then \
yum install --assumeyes xorriso-${MKISOFS_VERSION}; \
fi
ENTRYPOINT [ "/usr/bin/xorriso" ]
ENTRYPOINT [ "/usr/bin/mkisofs" ]