We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549e2c1 commit 06f04c5Copy full SHA for 06f04c5
docker/robot/robot.Dockerfile
@@ -93,9 +93,3 @@ RUN mkdir -p /root/.config/jstest-gtk
93
# Entrypoint will run before any CMD on launch. Sources ~/opt/<ROS_DISTRO>/setup.bash and ~/ament_ws/install/setup.bash
94
COPY docker/wato_ros_entrypoint.sh ${AMENT_WS}/wato_ros_entrypoint.sh
95
ENTRYPOINT ["./wato_ros_entrypoint.sh"]
96
-
97
-################################ Deploy ################################
98
-# FROM build AS deploy
99
100
-# #move clean up later
101
-# RUN rm -rf src/* build/* devel/* log/*
0 commit comments