Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 214 Bytes

File metadata and controls

12 lines (6 loc) · 214 Bytes

Deployment condition .

MVN clean install -DskipTests:true

run docker file it will create docker image

docker build -t twitter-app .

create container

docker run -itd --name twitter-app -p 8090:8080 imagename