Skip to content

Commit

Permalink
fix: comment out pkg copy in dockerfile for now
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <[email protected]>
  • Loading branch information
sandersms committed Jan 5, 2024
1 parent d324a8b commit b688cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go mod download

# build an app
COPY cmd/ cmd/
COPY pkg/ pkg/
# COPY pkg/ pkg/
RUN go build -v -o /opi-gateway-evpn-cni /app/cmd/...

# second stage to reduce image size
Expand Down

0 comments on commit b688cc1

Please sign in to comment.