Skip to content

Commit 0230c70

Browse files
committed
feat: update
1 parent 655ec52 commit 0230c70

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ services:
2323
- type: volume
2424
source: root_npm
2525
target: /root/.npm
26+
- type: volume
27+
source: root_cache
28+
target: /root/.cache
2629
- type: volume
2730
source: smalruby3-editor_node_modules
2831
target: /app/gui/smalruby3-editor/node_modules
@@ -52,4 +55,5 @@ services:
5255

5356
volumes:
5457
root_npm:
58+
root_cache:
5559
smalruby3-editor_node_modules:

0 commit comments

Comments
 (0)