put npm deps in a volume

This commit is contained in:
Nathan Price 2025-01-16 21:26:10 -05:00
parent 7847efae6d
commit c7ca8b7103
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -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