diff --git a/docker-compose-lampy.yml b/docker-compose-lampy.yml index c940722..046eba4 100644 --- a/docker-compose-lampy.yml +++ b/docker-compose-lampy.yml @@ -3,7 +3,7 @@ networks: external: true services: www: - image: node:22.20.0 + image: node:22.21.1 working_dir: /app command: > sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --port 80 --allowed-hosts=true --poll=2000"