diff --git a/docker-compose.yml b/docker-compose.yml index f7a4ba2..78b2ce4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.4" services: www: - image: node:20.3.1 + image: node:20.19.5 working_dir: /app command: > sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --disable-host-check"