mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
8
packages/api-cli/Dockerfile
Normal file
8
packages/api-cli/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM registry.gitlab.com/openstapps/projectmanagement/node
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["node", "lib/cli.js"]
|
||||
|
||||
CMD ["--help"]
|
||||
Reference in New Issue
Block a user