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