fix docker compose file with location of frontend
This commit is contained in:
parent
469a4b0383
commit
8c4b84cdac
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ services:
|
|||
user-interface:
|
||||
container_name: MIH-UX
|
||||
build:
|
||||
context: ./Frontend/patient_manager
|
||||
context: ./Frontend
|
||||
ports:
|
||||
- "83:83"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue