Changes to the project file structure. Node_modules and package.json moved outside of src

This commit is contained in:
Lucas Patenaude
2024-04-04 14:53:12 -06:00
parent 95782fbcf4
commit d65206683e
2547 changed files with 515 additions and 378100 deletions

View File

@@ -31,7 +31,8 @@ services:
ports:
- '3000:3000'
volumes:
- ./src:/home/node/app
- ../ProjectSourceCode:/home/node/app # Mount ProjectSourceCode directory
- ../ProjectSourceCode/node_modules:/home/node/app/node_modules # Mount node_modules directory
command: 'npm start'
volumes:
group-project:
group-project: