Skip to content

Commit 79db8a1

Browse files
committed
Don't overwrite /usr/local/bin with a file
1 parent 4a74666 commit 79db8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/openvswitch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ VOLUME /etc/openswitch
2020
ENV HOME /root
2121

2222
# files required to run as a system container
23-
COPY system-container/system-container-wrapper.sh /usr/local/bin
23+
COPY system-container/system-container-wrapper.sh /usr/local/bin/
2424
COPY system-container/config.json.template system-container/service.template /exports/
2525

2626
ENTRYPOINT ["/usr/local/bin/ovs-run.sh"]

0 commit comments

Comments
 (0)