added higher res profile image
This commit is contained in:
parent
e2aa1ccee6
commit
0500465ad2
11
README.md
11
README.md
@ -39,6 +39,17 @@ bun dev
|
|||||||
|
|
||||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
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
|
### Building for Production
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user