diff --git a/docker-compose.yml b/docker-compose.yml index 0e7e15e..3d1685a 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:21.3.0 working_dir: /app command: > sh -c "npm install && npm run develop"