We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae32bda commit 9750d0cCopy full SHA for 9750d0c
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.4"
2
services:
3
www:
4
- image: node:16.0.0
+ image: node:22.14.0
5
working_dir: /app
6
command: >
7
sh -c "npm install && npx vite --host"
0 commit comments