We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c42c23 commit dfe8185Copy full SHA for dfe8185
1 file changed
docker-compose.yml
@@ -10,6 +10,8 @@ services:
10
- node_modules:/app/node_modules
11
- npm_cache:/root/.npm
12
- yarn_cache:/usr/local/share/.cache/yarn
13
+ tmpfs:
14
+ - /app/dist
15
volumes:
16
node_modules:
17
npm_cache:
0 commit comments