mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
refactor: move api to monorepo
This commit is contained in:
8
packages/api/Dockerfile
Normal file
8
packages/api/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