Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit d1379d1

Browse files
committed
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

‎scripts/build.sh‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /