Updated project to node 12.14.1

This commit is contained in:
Alejandro Celaya
2020-01-28 18:40:33 +01:00
parent f3154e770e
commit 43cd9722a9
4 changed files with 4 additions and 4 deletions

View File

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