Skip to content

Commit

Permalink
Update Dockerfile (#101) (#102)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Change entry script call

* Update Dockerfile

Remove redundant code

(cherry picked from commit f8ebbaf)

Co-authored-by: ncnynl <[email protected]>
  • Loading branch information
mergify[bot] and ncnynl authored Sep 14, 2023
1 parent f6a94ed commit 7a43520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-ROS-static-library-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ RUN git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro-ros-build.git sr

COPY ./entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]

0 comments on commit 7a43520

Please sign in to comment.