diff --git a/docker-compose.yml b/docker-compose.yml index de18a54..555f933 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,14 +2,14 @@ version: '3.4' services: backend: - build: . # Assicurati che questo punti alla directory con il Dockerfile corretto per il servizio web + build: . image: detectiononlinesexism_backend ports: - "8000:8000" frontend: build: - context: frontend # Assicurati che questo punti alla directory con il Dockerfile del frontend + context: frontend image: detectiononlinesexism_frontend ports: - "8080:8080" diff --git a/frontend/index.html b/frontend/index.html index 65438fa..5ac6d1b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -43,11 +43,11 @@ } .description-card { - background-color: #464a8a; + background-color: #D91B5B; } .classifier-card { - background-color: #464a8a; + background-color: #D91B5B; } .btn-black-text { @@ -68,7 +68,7 @@ } .bg-blue { - background-color: #464a8a; + background-color: #D91B5B; } @@ -76,7 +76,7 @@