diff --git a/docker-compose.yml b/docker-compose.yml index 4e8228c..8bd576f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.4" services: www: - image: node:18.8.0 + image: node:20.17.0 working_dir: /app command: > sh -c "npm install && npm run dev"