Arkkan El-Khatib - Personal Portfolio Web application built to showcase personal projects, experience and to function as a pseudo-resume Setup Clone Repository Change Directory into repository Build Docker Container - docker build -t portfolio . Deploy Container - docker run -it -p 80:80 portfolio Docker will run the content on port 80 on a NGINX server Using -p 3000:80 will allow you to access the resource 'host-name':3000 Cloud Deployment (Manual) Build Docker Container - docker build --platform linux/amd64 -t portfolio . Tag for Docker Hub - docker tag portfolio [USERNAME]/portfolio Push to Docker Hub - docker push [USERNAME]/portfolio Deploy to Google Cloud Platform through Cloud Run to deploy Docker container