Replaced yarn by npm

This commit is contained in:
Alejandro Celaya
2019-04-14 21:58:10 +02:00
parent 92d5b2eb3e
commit 372d3f17cc
9 changed files with 17508 additions and 10696 deletions

View File

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