Skip to content

codbex/codbex-opportunities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codbex-opportunities

Opportunitues Management Application

Model

model

Application

Launchpad

launchpad

Infrastructure

Build

docker build -t codbex-opportunities:1.0.0 .

Run

docker run --name codbex-opportunities -d -p 8080:8080 codbex-opportunities:1.0.0

Clean

docker rm codbex-opportunities