FROM golang:1.19.1-alpine WORKDIR /data ADD ./pychr /data ADD ./config.yaml /data EXPOSE 8090 CMD ["/data/pychr"]