Skip to content

Commit

Permalink
Copy ngf files to test container
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed May 28, 2024
1 parent 588f3d2 commit 9c1c6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conformance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM golang:1.22

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

COPY ../. /go/src/github.com/nginxinc/nginx-gateway-fabric/
COPY --link go.mod /go/src/github.com/nginxinc/nginx-gateway-fabric/tests/
COPY --link go.sum /go/src/github.com/nginxinc/nginx-gateway-fabric/tests/
RUN go mod download
Expand Down

0 comments on commit 9c1c6fb

Please sign in to comment.