Updated runtimne versions

This commit is contained in:
Alejandro Celaya
2020-05-17 10:04:05 +02:00
parent 91daec852f
commit 544384d85e
4 changed files with 6 additions and 6 deletions

View File

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