LABEL version== - |
LABEL org.opencontainers.image.source== https://github.com/sirrobot01/decypharr |
LABEL org.opencontainers.image.title== decypharr |
LABEL org.opencontainers.image.authors== sirrobot01 |
LABEL org.opencontainers.image.documentation== https://github.com/sirrobot01/decypharr/blob/main/README.md |
COPY --chown=nonroot:nonroot /decypharr /usr/bin/decypharr # buildkit |
COPY --chown=nonroot:nonroot /healthcheck /usr/bin/healthcheck # buildkit |
COPY --chown=nonroot:nonroot /app /app # buildkit |
ENV LOG_PATH=/app/logs |
EXPOSE map[8282/tcp:{}] |
VOLUME [/app] |
USER nonroot:nonroot |
HEALTHCHECK &{["CMD" "/usr/bin/healthcheck" "--config" "/app"] "3s" "0s" "0s" "0s" '\n'} |
CMD ["/usr/bin/decypharr" "--config" "/app"] |