Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 260 Bytes

build

npm run build
docker build . -t ctnelson1997/coletnelson-us
docker push ctnelson1997/coletnelson-us

deploy

docker pull ctnelson1997/coletnelson-us
docker run --name=website-prod -d --restart=always -p 4200:80 ctnelson1997/coletnelson-us