Skip to content

Commit 6b5d02e

Browse files
committed
Fix Dockerfile
1 parent 1b7836b commit 6b5d02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN go build -ldflags "-s -w -X 'go-public/common.Version=$(cat VERSION)'" -o go
1212
FROM scratch
1313

1414
COPY --from=builder /build/go-public /
15-
EXPOSE 7891
15+
EXPOSE 6871
1616
EXPOSE 8080
1717
WORKDIR /app
1818
ENTRYPOINT ["/go-public"]

0 commit comments

Comments
 (0)