FROM eclipse-temurin:21-jre-alpine
LABEL org.opencontainers.image.authors="john@devsoap.com"
COPY dist/ /app/
RUN chmod +x /app/bin/*
WORKDIR /app
ENTRYPOINT ["/app/bin/tincheck"]