File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN mkdir src && \
44
44
install(TARGETS healthcheck_node DESTINATION lib/${PROJECT_NAME})' \
45
45
/ros2_ws/src/healthcheck_pkg/CMakeLists.txt
46
46
47
- COPY healthcheck.cpp src/healthcheck_pkg/src/
47
+ COPY healthcheck.cpp src/healthcheck_pkg/src/
48
48
49
49
RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
50
50
source /opt/$MYDISTRO/$ROS_DISTRO/setup.bash && \
@@ -85,7 +85,7 @@ RUN git clone --depth 1 -b humble https://github.com/husarion/rosbot_ros.git src
85
85
rm -rf build log
86
86
87
87
## =========================== Final Stage ===============================
88
- FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-core
88
+ FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-core
89
89
90
90
ARG ROS_DISTRO
91
91
ARG PREFIX
@@ -132,5 +132,5 @@ COPY print-serial-number.py /usr/bin/
132
132
133
133
ENV ROS_NAMESPACE=
134
134
135
- HEALTHCHECK --interval=5s --timeout=2s --start-period=5s --retries=6 \
135
+ HEALTHCHECK --interval=5s --timeout=2s --start-period=10s --retries=6 \
136
136
CMD ["/healthcheck.sh"]
You can’t perform that action at this time.
0 commit comments