refactor: move api to monorepo

This commit is contained in:
2023-03-14 17:11:48 +01:00
parent 63053e9cf8
commit 086584af8e
37 changed files with 0 additions and 0 deletions

8
packages/api/Dockerfile Normal file
View File

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