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
|
# Welcome to ScoreSpot
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
- '5432:5432'
|
- '5432:5432'
|
||||||
volumes:
|
volumes:
|
||||||
- group-project:/var/lib/postgresql/data
|
- group-project:/var/lib/postgresql/data
|
||||||
- ./src/init_data:/docker-entrypoint-initdb.d
|
- ./init_data:/docker-entrypoint-initdb.d
|
||||||
web:
|
web:
|
||||||
container_name: node-web-interface
|
container_name: node-web-interface
|
||||||
image: node:lts
|
image: node:lts
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
volumes:
|
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
|
- ../client/node_modules:/home/node/app/node_modules # Mount node_modules directory
|
||||||
command: 'npm run start'
|
command: 'npm run start'
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user