We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655ec52 commit 0230c70Copy full SHA for 0230c70
1 file changed
docker-compose.yml
@@ -23,6 +23,9 @@ services:
23
- type: volume
24
source: root_npm
25
target: /root/.npm
26
+ - type: volume
27
+ source: root_cache
28
+ target: /root/.cache
29
30
source: smalruby3-editor_node_modules
31
target: /app/gui/smalruby3-editor/node_modules
@@ -52,4 +55,5 @@ services:
52
55
53
56
volumes:
54
57
root_npm:
58
+ root_cache:
59
smalruby3-editor_node_modules:
0 commit comments