Skip to content

Commit

Permalink
[n/a] Ensure that vendor files appear locally
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapease committed May 7, 2021
1 parent 7629089 commit dd16281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- 9000
volumes:
- .:/var/www/html
- composer:/var/www/html/vendor
- ./vendor:/var/www/html/vendor:delegated
- runtime:/var/www/html/storage/runtime
- logs:/var/www/html/storage/logs
environment:
Expand Down

0 comments on commit dd16281

Please sign in to comment.