Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 447 Bytes

File metadata and controls

19 lines (13 loc) · 447 Bytes

java-ee-examples (TomEE in docker) Build Status

tomee-ext.js

packaging two WARs in TomEE in Docker

Using TomEE in docker
./mvnw clean package -U -T 2
docker-compose up --build

open localhost:8080/ui/
open localhost:8080/rest-api/health

docker-compose down -v