moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 200 forks source link

Docker image pull feature #551

Closed rohitpawar2811 closed 1 year ago

rohitpawar2811 commented 1 year ago

I have created the Docker-Image-Pull feature in which on clicking INIT button it will fetch the Docker-image mentioned according to credentials and also init Initialise instance in Async ,by refresh you can check status.

acetousk commented 1 year ago

Thanks for the PR!

It looks like you committed a patch file instead of applying it to your code.

See: https://git-scm.com/docs/git-apply for more information on how to apply a patch.