Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Apr 12, 2023
1 parent 7dc2ef0 commit fd1f0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go build -ldflags "-s -w -X 'go-public/common.Version=$(cat VERSION)'" -o go

FROM scratch

COPY --from=builder /build/go-public /app
COPY --from=builder /build/go-public /
EXPOSE 7891
EXPOSE 8080
WORKDIR /app
Expand Down

0 comments on commit fd1f0f5

Please sign in to comment.