fix docker compose file with location of frontend
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user