docker build -t .
docker run -d p 80:3000 --name tag tag
# The easiest way to get started is to clone the repository:
git clone https://github.com/su0766/portfolio.git myPortfolio
# Change directory
cd myPortfolio
# Install NPM dependencies
npm install
# Then simply start your app
npm run dev
you can check website will be up and running on localhost at 3000 port.
http://localhost:3000
This project is licensed under the MIT License