Allow for image folder to be passed to container

This commit is contained in:
2023-03-31 14:09:08 +03:00
parent fde362b526
commit 93e5707ca9
2 changed files with 10 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ RUN source "/opt/ros/${ROS_DISTRO}/setup.bash" && \
rm -rf ${WS_LOG_DIR}
# Copy example svg images
COPY ./svg svg
COPY ./svg test-images
### Add workspace to the ROS entrypoint
### Source ROS workspace inside `~/.bashrc` to enable autocompletion