diff --git a/@deployments/atlilith.www/services.yaml b/@deployments/atlilith.www/services.yaml index a39636964..c4c21db5c 100644 --- a/@deployments/atlilith.www/services.yaml +++ b/@deployments/atlilith.www/services.yaml @@ -36,7 +36,7 @@ services: - id: frontend type: frontend port: 5100 - entrypoint: . + entrypoint: codebase/@deployments/atlilith.www description: Atlilith landing Vite frontend healthCheck: type: http diff --git a/@deployments/spoiledbabes.www/services.yaml b/@deployments/spoiledbabes.www/services.yaml index c4fd411c0..5d0d9dd91 100644 --- a/@deployments/spoiledbabes.www/services.yaml +++ b/@deployments/spoiledbabes.www/services.yaml @@ -35,7 +35,7 @@ services: - id: frontend type: frontend port: 5202 - entrypoint: . + entrypoint: codebase/@deployments/spoiledbabes.www description: SpoiledBabes Vite frontend healthCheck: type: http diff --git a/@deployments/trustedmeet.www/services.yaml b/@deployments/trustedmeet.www/services.yaml index ff3390335..df70eaa3a 100644 --- a/@deployments/trustedmeet.www/services.yaml +++ b/@deployments/trustedmeet.www/services.yaml @@ -35,7 +35,7 @@ services: - id: frontend type: frontend port: 5201 - entrypoint: . + entrypoint: codebase/@deployments/trustedmeet.www description: TrustedMeet Vite frontend healthCheck: type: http