cI: update and extend gitlab-ci.yml

This commit is contained in:
Rainer Killinger
2020-11-23 18:54:59 +01:00
parent 7e23941d0b
commit c326929415
2 changed files with 46 additions and 7 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM registry.gitlab.com/openstapps/projectmanagement/node
WORKDIR /app
ENTRYPOINT ["node", "lib/cli.js"]
ADD . /app