Update actions dependencies and node

This commit is contained in:
Alejandro Celaya
2023-05-27 09:40:10 +02:00
parent 131a745514
commit 3da2b56426
5 changed files with 9 additions and 9 deletions

View File

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