Update to react-tag-autocomplete 7

This commit is contained in:
Alejandro Celaya
2023-08-12 10:26:42 +02:00
parent 5e2dce8f3f
commit 94ba244ae1
8 changed files with 39 additions and 41 deletions

View File

@@ -3,8 +3,8 @@ version: '3'
services:
shlink_web_client_node:
container_name: shlink_web_client_node
image: node:20.2-alpine
command: /bin/sh -c "cd /home/shlink/www && npm install --force && npm run start"
image: node:20.5-alpine
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www
ports: