Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 141 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 141 Bytes

DEPLOYMENT NOTES

git pull origin main

docker build -t ichoosesv .

docker run -p 3003:3000 --name ichoosesv -d --restart always ichoosesv