mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
chore: Deploy internally accessible godoc container (#1415)
This commit is contained in:
9
scripts/internal-docs/docker/Dockerfile
Normal file
9
scripts/internal-docs/docker/Dockerfile
Normal 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
|
Reference in New Issue
Block a user