FROM alpine:latest RUN apk add --no-cache ca-certificates COPY evening_detective_linux_arm64 /usr/local/bin/evening_detective RUN chmod +x /usr/local/bin/evening_detective CMD ["/usr/local/bin/evening_detective"]