Work around issue with react-router + vitest in node >22.10

This commit is contained in:
Alejandro Celaya
2025-02-06 09:41:11 +01:00
parent c98616234f
commit e171866226
3 changed files with 15 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ services:
shlink_web_client_node:
container_name: shlink_web_client_node
user: 1000:1000 # With this, files created via `indocker` script will belong to the host user
image: node:22.10-alpine
image: node:22.12-alpine
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www