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 20c4d29 commit ce004a6Copy full SHA for ce004a6
docker-compose.yml
@@ -6,7 +6,7 @@ networks:
6
attachable: true
7
services:
8
www:
9
- image: node:15.14.0
+ image: node:22.17.1
10
working_dir: /app
11
command: >
12
sh -c "npm install && npm run serve"
0 commit comments