Skip to content

Commit

Permalink
fix(docs): add missing server-side container building guide
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Jul 12, 2024
1 parent 8e1dc78 commit 0008313
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ just test
### Build

```bash
just oci-build
just oci-build # Player (App)
just oci-build-server # Gateway, Operator
```

### Run a local server
Expand Down Expand Up @@ -130,7 +131,8 @@ docker run --name cassette --rm \
### Deploy

```bash
just oci-push
just oci-push # Player (App)
just oci-push-server # Gateway, Operator
```

## Deploy on K8S
Expand Down

0 comments on commit 0008313

Please sign in to comment.