refactor: remove APIReference from nodemon watch and docker-compose volumes

This commit is contained in:
Nawaz Dhandala
2026-02-22 13:46:44 +00:00
parent 3e48478b4f
commit 1809a6f726
3 changed files with 1 additions and 3 deletions

View File

@@ -235,7 +235,6 @@ services:
docs:
volumes:
- ./Docs:/usr/src/app:cached
- ./APIReference:/usr/src/app/APIReference:cached
# Use node modules of the container and not host system.
# https://stackoverflow.com/questions/29181032/add-a-volume-to-docker-but-exclude-a-sub-folder
- /usr/src/app/node_modules/