From 49a4a7a9446c68ebdd771c37dcf72a2b09338487 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 9 Mar 2017 14:43:47 -0500 Subject: [PATCH] Fix a bug in the origin/node image with trailing slash --- images/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/node/Dockerfile b/images/node/Dockerfile index 5315412f019d..8e929942b9ae 100644 --- a/images/node/Dockerfile +++ b/images/node/Dockerfile @@ -33,7 +33,7 @@ VOLUME /etc/origin/node ENV KUBECONFIG=/etc/origin/node/node.kubeconfig # files required to run as a system container -COPY system-container/system-container-wrapper.sh /usr/local/bin +COPY system-container/system-container-wrapper.sh /usr/local/bin/ COPY system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/ ENTRYPOINT [ "/usr/local/bin/origin-node-run.sh" ]