Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 19, 2024
1 parent cdce6cb commit 8d20edd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/10-prerequisities/30-docker/70-workspace-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ description: How to build and chache a ROS workspace into a Docker image

## Folder contents

* <details><summary>Dockerfile</summary>
<details>
<summary>Dockerfile</summary>
<p>

```dockerfile
Expand Down Expand Up @@ -57,7 +58,8 @@ CMD ["sh"]

</p>
</details>
* <details><summary>build_image.sh</summary>
<details>
<summary>build_image.sh</summary>
<p>

```bash
Expand Down Expand Up @@ -118,7 +120,8 @@ echo ""

</p>
</details>
* <details><summary>build_image.sh</summary>
<details>
<summary>build_image.sh</summary>
<p>

```bash
Expand Down

0 comments on commit 8d20edd

Please sign in to comment.