added higher res profile image

This commit is contained in:
nicholai 2025-09-10 21:37:26 -06:00
parent e2aa1ccee6
commit 0500465ad2

View File

@ -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