ofbiz-framework icon indicating copy to clipboard operation
ofbiz-framework copied to clipboard

Implemented: OFBiz dockerization (OFBIZ-10407)

Open PierreSmits opened this issue 4 years ago • 2 comments

(OFBIZ10407) ]

Added: Dockerfile to establish an OFBiz container, intended for evaluation and testing purposes.

To build the image: docker build -t ofbiz/trunk:latest -f Dockerfile .

To run the container: docker container run -ti -p 8009:8009 -p 8443:8443 --name OFBiz-Test ofbiz/trunk:latest

PierreSmits avatar Mar 04 '20 11:03 PierreSmits

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Mar 07 '20 18:03 sonarqubecloud[bot]

@mbrohl,

Please put your comments in the associated ticket so that these can be seen by the entire community.

Mvg

Pierre

PierreSmits avatar Mar 07 '20 18:03 PierreSmits

This is abandonned, closing

JacquesLeRoux avatar Sep 21 '22 08:09 JacquesLeRoux