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

@@ -1,4 +1,4 @@
FROM node:14.15.0-alpine as node
FROM node:14.15-alpine as node
COPY . /shlink-web-client
ARG VERSION="latest"
ENV VERSION ${VERSION}