diff --git a/.nvmrc b/.nvmrc index 92f279e..cabf43b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22 \ No newline at end of file +24 \ No newline at end of file diff --git a/docker-compose-lampy.yml b/docker-compose-lampy.yml index c940722..bc426a2 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:24.12.0 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"