put npm deps in a volume
This commit is contained in:
parent
7847efae6d
commit
c7ca8b7103
1 changed files with 5 additions and 0 deletions
|
@ -37,3 +37,8 @@ services:
|
|||
DARKMODE_HIGHLIGHT: "rgba(143,159,169,0.15)"
|
||||
volumes:
|
||||
- /home/nathan/Repositories/modernleft-docs:/content
|
||||
- quartz-deps:/usr/share/nginx/html/node_modules
|
||||
|
||||
volumes:
|
||||
quartz-deps:
|
||||
driver: local
|
||||
|
|
Loading…
Reference in a new issue