Skip to content

chore: Deploy internally accessible godoc container #1415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump godoc version
  • Loading branch information
dwahler committed May 12, 2022
commit fa8b81948cbf540c5228c3bd34f342af63c502c9
2 changes: 1 addition & 1 deletion scripts/internal-docs/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.18-alpine

RUN go install github.com/dwahler/go-tools/cmd/godoc@v0.1.0
RUN go install github.com/dwahler/go-tools/cmd/godoc@v0.1.1

WORKDIR /go/src/github.com/coder/coder
ADD . .
Expand Down