Skip to content

Commit de4d24f

Browse files
author
Christian Ewald
authored
vuestorefront#3251 Add ./packages as volume to docker-compose.yml
1 parent 7365c12 commit de4d24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- './package.json:/var/www/package.json'
2424
- './src:/var/www/src'
2525
- './var:/var/www/var'
26+
- './packages:/var/www/packages'
2627
tmpfs:
2728
- /var/www/dist
2829
ports:

0 commit comments

Comments
 (0)