Add wrapper script and fix path error

This commit is contained in:
Patrick Jentsch
2020-01-27 13:48:24 +01:00
parent 684a39ce49
commit b0a0985c73
3 changed files with 41 additions and 1 deletions

View File

@ -19,5 +19,6 @@ RUN apt-get update \
# Install merge_images
COPY merge_images /usr/local/bin
ENTRYPOINT ["merge_images"]
CMD ["--help"]