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 599705e commit f4fa83dCopy full SHA for f4fa83d
docker-compose.yml
@@ -2,7 +2,7 @@
2
version: "3.4"
3
services:
4
www:
5
- image: node:17.4.0
+ image: node:22.18.0
6
working_dir: /app
7
command: >
8
sh -c "npm install && npm run start"
0 commit comments