Skip to content

Commit

Permalink
No need for entry point?
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Apr 17, 2024
1 parent bb19a29 commit 480c89f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
4 changes: 1 addition & 3 deletions docker/ros1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ RUN apt-get update && apt-get install -y \
# Clear apt-cache to reduce image size
&& rm -rf /var/lib/apt/lists/*

# Copy entrypoint
COPY ./ros_entrypoint.sh /
# Copy launch
COPY ./integration-tests.launch /

EXPOSE 9090

ENTRYPOINT ["/ros_entrypoint.sh"]
CMD ["bash"]
7 changes: 0 additions & 7 deletions docker/ros1/ros_entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docker/ros2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
# Clear apt-cache to reduce image size
&& rm -rf /var/lib/apt/lists/*

# Copy entrypoint
# Copy launch
COPY ./integration-tests.launch /

EXPOSE 9090
Expand Down
6 changes: 0 additions & 6 deletions docker/ros2/ros_entrypoint.sh

This file was deleted.

0 comments on commit 480c89f

Please sign in to comment.