Skip to content

Commit d1379d1

Browse files
committedFeb 1, 2024
fix: use current directory in build.sh
1 parent 75b3e25 commit d1379d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cd $(dirname "${BASH_SOURCE[0]}")
44
set -euxo pipefail
55

66
CGO_ENABLED=0 go build -ldflags "-s -w" -o ./coder-xray ../
7-
docker build -t coder-xray:latest
7+
docker build -t coder-xray:latest .

0 commit comments

Comments
 (0)