Update README.md

This commit is contained in:
whitney 2024-12-29 23:07:09 -08:00
parent a68f2eaba3
commit 4a8d9a7e29
2 changed files with 15 additions and 1 deletions

View File

@ -17,4 +17,17 @@ npm install react-helmet
```
npm install
npm start
```
```
## Running
### Local development
```
npm start
```
### Docker
```
docker compose down && docker system prune -af && docker compose build && docker compose up -d && docker logs -f jakesphotos
```

View File

@ -6,6 +6,7 @@ networks:
services:
portfolio:
container_name: jakesphotos
build:
context: .
dockerfile: Dockerfile