2025-02-16 19:13:16 +00:00
|
|
|
FROM eclipse-temurin:21-jre-alpine
|
2025-02-13 19:30:59 +00:00
|
|
|
LABEL org.opencontainers.image.authors="john@devsoap.com"
|
|
|
|
COPY dist/ /app/
|
|
|
|
RUN chmod +x /app/bin/*
|
|
|
|
WORKDIR /app
|
2025-02-15 19:07:48 +00:00
|
|
|
ENTRYPOINT ["/app/bin/tincheck"]
|