1 2 3 4 5 6 7 8 9 10
FROM becheran/mlc:1.2.0 LABEL repository="https://github.com/becheran/mlc" COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh COPY LICENSE README.md / ENTRYPOINT ["/entrypoint.sh"]