Fix build and start
This commit is contained in:
parent
741539fc08
commit
31147014a0
5 changed files with 6 additions and 6 deletions
|
|
@ -41,7 +41,7 @@ services:
|
|||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
networks:
|
||||
- managerr-network
|
||||
|
|
@ -63,7 +63,7 @@ services:
|
|||
ports:
|
||||
- "8012:8012"
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
networks:
|
||||
- managerr-network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue