FROM golang:latest WORKDIR /home COPY * /home/ RUN go get github.com/gorilla/mux RUN go get git.darknebu.la/Satellite/tle ENTRYPOINT go run . -p 8080