Skip to content

Commit

Permalink
Fix a bug in the origin/node image with trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Mar 9, 2017
1 parent d8023d4 commit 49a4a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 49a4a7a

Please sign in to comment.