chore: Deploy internally accessible godoc container (#1415)

This commit is contained in:
David Wahler
2022-05-12 19:39:18 -05:00
committed by GitHub
parent 333d6a4374
commit 86cba4d3f8
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
FROM golang:1.18-alpine
RUN go install github.com/dwahler/go-tools/cmd/godoc@v0.1.1
WORKDIR /go/src/github.com/coder/coder
ADD . .
EXPOSE 6060
CMD godoc -http :6060