ci: add real CI configuration

This commit is contained in:
Rainer Killinger
2021-09-07 12:58:42 +02:00
parent 377435f3eb
commit fb96a4e8be
3 changed files with 51 additions and 10 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