Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 318 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 318 Bytes

My Portfolio Website

Remade to include more features and be a little quicker.

Find any bugs? Report them in the issues tab.

Run With Docker:

docker build -t <name> .
docker run -it -p 10000:10000 <name>

Pull Docker Image:

docker build selljay/portfolio
docker run -it -p 3000:3000 sell/portfolio