diff --git a/docker-compose.yml b/docker-compose.yml index 30c500f..ca657c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.4" services: www: - image: node:16.0.0 + image: node:22.13.0 working_dir: /app command: > sh -c "npm install && npx vite --host"