Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
fix: path for build in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 27, 2023
1 parent eb03267 commit 993820d
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 @@ -5,7 +5,7 @@ ADD . /ttrace

# Building ttrace-cli
RUN cd /ttrace && \
go build -ldflags "-s -w" -trimpath -o ./build/ttrace ./cmd/main.go
go build -ldflags "-s -w" -trimpath -o ./build/ttrace ./cmd


## Copy binary files from builder into second container
Expand Down

0 comments on commit 993820d

Please sign in to comment.