We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f31b47 commit 6c44237Copy full SHA for 6c44237
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 && npm run dev"
0 commit comments