Skip to content

Commit

Permalink
fix: retrigger release process for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercodes committed Aug 1, 2023
1 parent 9625249 commit 93d2385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

### Local Execution

REDIS_PASSWORD expected as env variable

```
$ go get
$ docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest
$ go run cmd/teams-api-server/main.go
```


### Project structure
``` bash
.
Expand Down

0 comments on commit 93d2385

Please sign in to comment.