FROM alpine:3.20 WORKDIR /app COPY certimate /app/certimate ENTRYPOINT ["./certimate", "serve", "--http", "0.0.0.0:8090"]