Skip to content

codbex/codbex-rfqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codbex-rfqs

RFQs Management Application

Model

model

Application

Launchpad

launchpad

Management

request

quotation

Infrastructure

Build

docker build -t codbex-rfqs:1.0.0 .

Run

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

Clean

docker rm codbex-rfqs