diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 607d5a860..548da0a1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,6 +112,6 @@ RUN mkdir -p /etc/containers COPY test/policy.json /etc/containers/policy.json COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redhat.com.yaml -WORKDIR /go/src/github.com/kubernetes-incubator/cri-o +WORKDIR /go/src/github.com/projectatomic/libpod -ADD . /go/src/github.com/kubernetes-incubator/cri-o +ADD . /go/src/github.com/projectatomic/libpod |