diff --git a/docker-compose.yml b/docker-compose.yml index f7a4ba20..4711df82 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.18.3 working_dir: /app command: > sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --disable-host-check"