mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
refactor: move minimal-plugin to monorepo
This commit is contained in:
6
examples/minimal-plugin/Dockerfile
Normal file
6
examples/minimal-plugin/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM registry.gitlab.com/openstapps/projectmanagement/node
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["node", "lib/cli.js"]
|
||||
|
||||
ADD . /app
|
||||
Reference in New Issue
Block a user