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 0a9c639 commit 554ac55Copy full SHA for 554ac55
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.4"
2
services:
3
www:
4
- image: node:20.3.1
+ image: node:22.17.0
5
working_dir: /app
6
command: >
7
sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --disable-host-check"
0 commit comments