Files
docker-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
..
2022-11-03 16:16:40 +01:00
2022-09-29 11:07:53 +02:00
2022-07-14 19:54:47 +02:00
2022-11-08 14:33:15 -08:00