Skip to content

Commit 04cb667

Browse files
committed
Cache bundled gems (and any other Mise artifacts)
1 parent 1ecac5a commit 04cb667

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.devcontainer/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88

99
volumes:
1010
- ../..:/workspaces:cached
11+
- mise-cache:/home/vscode/.local/share/mise
1112

1213
# Overrides default command so things don't shut down after the process ends.
1314
command: sleep infinity
@@ -38,3 +39,4 @@ services:
3839

3940
volumes:
4041
postgres-data:
42+
mise-cache:

0 commit comments

Comments
 (0)