Created workflow for ci in github actions

This commit is contained in:
Alejandro Celaya
2020-12-12 21:29:25 +01:00
parent 16ce1d24af
commit 20f2fd1080
4 changed files with 61 additions and 46 deletions

View File

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