Skip to content

Commit dfe8185

Browse files
committed
Use a tmpfs for dist directory
Should make builds a little faster
1 parent 0c42c23 commit dfe8185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
- node_modules:/app/node_modules
1111
- npm_cache:/root/.npm
1212
- yarn_cache:/usr/local/share/.cache/yarn
13+
tmpfs:
14+
- /app/dist
1315
volumes:
1416
node_modules:
1517
npm_cache:

0 commit comments

Comments
 (0)