We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588f3d2 commit 9c1c6fbCopy full SHA for 9c1c6fb
tests/conformance/Dockerfile
@@ -3,6 +3,7 @@ FROM golang:1.22
3
4
WORKDIR /go/src/github.com./nginxinc/nginx-gateway-fabric/tests/conformance
5
6
+COPY ../. /go/src/github.com./nginxinc/nginx-gateway-fabric/
7
COPY --link go.mod /go/src/github.com./nginxinc/nginx-gateway-fabric/tests/
8
COPY --link go.sum /go/src/github.com./nginxinc/nginx-gateway-fabric/tests/
9
RUN go mod download
0 commit comments