docs/language/nodejs
Hannes Hansen 67ff95b75a
Prevent node_modules from override via mount (#16545)
In the section `Use Compose to develop locally`, a docker-compose file is shown which mounts the app directory into the `notes` container to be able to change the code without rebuilding the image. Unfortunately, the node_modules directory which was created during the build will be overridden as the whole working directory /app gets mounted. Therefore, this directory needs to be secured by adding it to the volumes.
2023-01-20 22:03:09 +00:00
..
images Add reference architecture docs 2021-01-18 12:07:55 +00:00
build-images.md build: tidy 'develop' section in guides (#16196) 2022-11-23 16:53:04 +01:00
configure-ci-cd.md build: reworked ci/gha docs 2022-11-03 16:16:40 +01:00
deploy.md rename docs repository 2022-09-29 11:07:53 +02:00
develop.md Prevent node_modules from override via mount (#16545) 2023-01-20 22:03:09 +00:00
index.md Remove unneeded <br> HTML tags 2022-07-14 19:54:47 +02:00
nav.html Add reference architecture docs 2021-01-18 12:07:55 +00:00
run-containers.md fix typo 2022-11-08 14:33:15 -08:00
run-tests.md fixes "Command 'docker-compose' not found" error. 2022-11-04 16:18:05 +01:00