Changes to file structure and clean up o findex.js to account for changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<img src="ProjectSourceCode/src/resources/img/logo.png" width="90%"/>
|
||||
<img src="images/logo.png" width="90%"/>
|
||||
|
||||
# Welcome to ScoreSpot
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- group-project:/var/lib/postgresql/data
|
||||
- ./src/init_data:/docker-entrypoint-initdb.d
|
||||
- ./init_data:/docker-entrypoint-initdb.d
|
||||
web:
|
||||
container_name: node-web-interface
|
||||
image: node:lts
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
- ../client:/home/node/app # Mount ProjectSourceCode directory
|
||||
- ../client:/home/node/app # Mount Client directory
|
||||
- ../client/node_modules:/home/node/app/node_modules # Mount node_modules directory
|
||||
command: 'npm run start'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user