Updated build paths in docker-compose.yml

This commit is contained in:
2023-01-19 09:28:07 +01:00
parent 64acb901ff
commit d328d4718f

View File

@@ -6,14 +6,14 @@ services:
restart: "no"
xmltools-frontend:
build: ./Homepage
build: ./Frontend
container_name: xmltools-frontend
image: xmltools-frontend
ports:
- 8086:80
xmltools-backend:
build: ./backend/xslt-rest
build: ./Backend/xslt-rest
container_name: xmltools-backend
image: xmltools-backend
ports:
@@ -21,7 +21,7 @@ services:
xmltools-mocked-services:
build:
context: ./backend/mocked-services
context: ./Backend/mocked-services
dockerfile: Dockerfile
container_name: xmltools-mocked-services
restart: "no"