Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Sep 1, 2018
1 parent 2f1543a commit 593fb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -4,8 +4,8 @@ WORKDIR /go/src/github.com/urcomputeringpal/kubevalidator
COPY ./vendor ./vendor
RUN go install -v ./vendor/...
COPY . .
RUN go test -v github.com/urcomputeringpal/kubevalidator/...
RUN go install -v github.com/urcomputeringpal/kubevalidator
RUN CGO_ENABLED=0 go test -v github.com/urcomputeringpal/kubevalidator/...
RUN CGO_ENABLED=0 go install -v github.com/urcomputeringpal/kubevalidator


FROM alpine
Expand Down

0 comments on commit 593fb0a

Please sign in to comment.