We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac8d39 commit 6e2c2b1Copy full SHA for 6e2c2b1
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.4"
2
services:
3
www:
4
- image: node:18.8.0
+ image: node:18.20.8
5
working_dir: /app
6
command: >
7
sh -c "npm install && npm run dev"
0 commit comments