From 9aff94ba62ffb3c9de0add6a9cc5c2f7501f96be Mon Sep 17 00:00:00 2001 From: Lint Action Date: Fri, 7 Mar 2025 15:17:21 +0000 Subject: [PATCH] style: fix linting issues met Prettier --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 70fc4714..23dd9b07 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,10 @@ services: web: build: ./frontend depends_on: - - api + - api ports: - - "443:443" - - "80:80" + - '443:443' + - '80:80' api: build: ./backend db: