FROM golang:1.21.3-alpine3.18 EXPOSE 8080 VOLUME /opt/app WORKDIR /opt/app RUN go install github.com/cosmtrek/air@latest CMD ["air", "-c", ".air.toml"]