From 0500465ad2e39c3d04e7634db0522866b9e484c7 Mon Sep 17 00:00:00 2001 From: nicholai Date: Wed, 10 Sep 2025 21:37:26 -0600 Subject: [PATCH] added higher res profile image --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b347ce1..605ba73 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,17 @@ bun dev Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +### Pushing to Git and Docker + +1. Commit changed files to main branch on gitea +`git add . && git commit -m "added higher res profile image" && git push origin main` + +2. Build docker image +`docker build -t git.biohazardvfx.com/nicholai/nicholais-website:latest .` + +3. Push docker package to gitea +`docker push git.biohazardvfx.com/nicholai/nicholais-website:latest` + ### Building for Production ```bash