We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddd489 commit 1c7827dCopy full SHA for 1c7827d
docker-compose-lampy.yml
@@ -3,7 +3,7 @@ networks:
3
external: true
4
services:
5
www:
6
- image: node:22.12.0
+ image: node:22.20.0
7
working_dir: /app
8
command: >
9
sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --port 80 --allowed-hosts=true --poll=2000"
0 commit comments