mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
feat: add example dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM registry.gitlab.com/openstapps/projectmanagement/node
|
||||
|
||||
ADD . /minimal-connector
|
||||
WORKDIR /minimal-connector
|
||||
|
||||
ENTRYPOINT ["node", "lib/cli.js", "run", "--"]
|
||||
|
||||
CMD [""]
|
||||
Reference in New Issue
Block a user