Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszanger committed Nov 19, 2024
1 parent e51742f commit f0efd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ENV WORKSPACE=/docker-ros/ws
ENV COLCON_HOME=$WORKSPACE/.colcon
WORKDIR $WORKSPACE
# create new workspace if $WORKSPACE/install exists
# create new install space and move to it if $WORKSPACE/install exists
RUN if [[ -d $WORKSPACE/install ]]; then \
mkdir -p /opt/ws_base_image && \
mv $WORKSPACE/install /opt/ws_base_image/ && \
Expand Down

0 comments on commit f0efd14

Please sign in to comment.