Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 156 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 156 Bytes

1. Build Docker image

docker build -t java-rest-api .

2. Run Docker image

docker run -p 9002:9002 java-rest-api