Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b3e25 commit d1379d1Copy full SHA for d1379d1
scripts/build.sh
@@ -4,4 +4,4 @@ cd $(dirname "${BASH_SOURCE[0]}")
4
set -euxo pipefail
5
6
CGO_ENABLED=0 go build -ldflags "-s -w" -o ./coder-xray ../
7
-docker build -t coder-xray:latest
+docker build -t coder-xray:latest .
0 commit comments