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