We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67492f commit 0bdaffaCopy full SHA for 0bdaffa
Dockerfile.debug
@@ -5,7 +5,7 @@ ARG TESTS_ROOT_PATH="."
5
6
RUN go install github.com/go-delve/delve/cmd/dlv@latest
7
8
-WORKDIR /app/
9
-ADD . /app/
+WORKDIR /go/src/github.com/arangodb/go-driver
+ADD . /go/src/github.com/arangodb/go-driver/
10
11
RUN cd $TESTS_ROOT_PATH && go test -gcflags "all=-N -l" -c -o /test_debug.test $TESTS_DIRECTORY
0 commit comments