Skip to content

Commit 49a4a7a

Browse files
Fix a bug in the origin/node image with trailing slash
1 parent d8023d4 commit 49a4a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ VOLUME /etc/origin/node
3333
ENV KUBECONFIG=/etc/origin/node/node.kubeconfig
3434

3535
# files required to run as a system container
36-
COPY system-container/system-container-wrapper.sh /usr/local/bin
36+
COPY system-container/system-container-wrapper.sh /usr/local/bin/
3737
COPY system-container/config.json.template system-container/service.template system-container/tmpfiles.template /exports/
3838

3939
ENTRYPOINT [ "/usr/local/bin/origin-node-run.sh" ]

0 commit comments

Comments
 (0)