mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-09-22 02:41:56 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -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