yarn install
yarn dev
yarn build
yarn preview
- Make sure you have Docker 20.10 or above installed
- Navigate to the project folder
git pull
on the main branch to get the latest changes- Build the Docker image
docker build -t 'cudos-dashboard' . --no-cache
- Run the image
docker run -d -p 3060:80 cudos-dashboard