Fix coding styles

This commit is contained in:
Alejandro Celaya
2024-06-17 10:19:48 +02:00
parent 5b250b5e31
commit 3ee249daa5
6 changed files with 14 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
services:
shlink_web_client_node:
container_name: shlink_web_client_node
image: node:20.7-alpine
image: node:22.3-alpine
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www