ofbiz-framework
ofbiz-framework copied to clipboard
Implemented: OFBiz dockerization (OFBIZ-10407)
(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
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and
0 Security Hotspots to review)
0 Code Smells
@mbrohl,
Please put your comments in the associated ticket so that these can be seen by the entire community.
Mvg
Pierre
This is abandonned, closing