We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7836b commit 6b5d02eCopy full SHA for 6b5d02e
Dockerfile
@@ -12,7 +12,7 @@ RUN go build -ldflags "-s -w -X 'go-public/common.Version=$(cat VERSION)'" -o go
12
FROM scratch
13
14
COPY --from=builder /build/go-public /
15
-EXPOSE 7891
+EXPOSE 6871
16
EXPOSE 8080
17
WORKDIR /app
18
ENTRYPOINT ["/go-public"]
0 commit comments