Skip to content

Commit 9c1c6fb

Browse files
author
Kate Osborn
committed
Copy ngf files to test container
1 parent 588f3d2 commit 9c1c6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conformance/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM golang:1.22
33

44
WORKDIR /go/src/github.com./nginxinc/nginx-gateway-fabric/tests/conformance
55

6+
COPY ../. /go/src/github.com./nginxinc/nginx-gateway-fabric/
67
COPY --link go.mod /go/src/github.com./nginxinc/nginx-gateway-fabric/tests/
78
COPY --link go.sum /go/src/github.com./nginxinc/nginx-gateway-fabric/tests/
89
RUN go mod download

0 commit comments

Comments
 (0)