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:
|
user-interface:
|
||||||
container_name: MIH-UX
|
container_name: MIH-UX
|
||||||
build:
|
build:
|
||||||
context: ./Frontend/patient_manager
|
context: ./Frontend
|
||||||
ports:
|
ports:
|
||||||
- "83:83"
|
- "83:83"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue