diff --git a/docker-compose.yml b/docker-compose.yml index 39534fb..cc15503 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ services: runtime: condition: service_healthy volumes: - - ${PWD}/frontend:/app + - ${PWD}/frontend:/usr/share/nginx/html - ./default.conf:/etc/nginx/conf.d/default.conf.template:ro healthcheck: test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]