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