Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 250 Bytes

Available Scripts

npm install

npm start

Docker commands

docker build -t univcert-image .

docker run -d -p 3000:3000 --name univcert-app univcert-image

docker-compose commands

docker-compose up -d --build