File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -290,9 +290,9 @@ RUN rm -Rf opencv-${opencv_version}* \
290290# ############################################################
291291# # Copy entry point
292292# ############################################################
293- COPY entrypoint_docker .sh /
294- COPY entrypoint_docker_tests .sh /
293+ COPY entrypoint .sh /
294+ COPY entrypoint_tests .sh /
295295WORKDIR /
296- RUN chmod +x /entrypoint_docker .sh
297- RUN chmod +x /entrypoint_docker_tests .sh
298- ENTRYPOINT ["/entrypoint_docker .sh" ]
296+ RUN chmod +x /entrypoint .sh
297+ RUN chmod +x /entrypoint_tests .sh
298+ ENTRYPOINT ["/entrypoint .sh" ]
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ RUN rm libudev.tar.gz
372372# ############################################################
373373# # Copy entry point
374374# ############################################################
375- COPY entrypoint_docker .sh /
375+ COPY entrypoint .sh /
376376WORKDIR /
377- RUN chmod +x /entrypoint_docker .sh
378- ENTRYPOINT ["/entrypoint_docker .sh" ]
377+ RUN chmod +x /entrypoint .sh
378+ ENTRYPOINT ["/entrypoint .sh" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments