Skip to content

Commit

Permalink
changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 12, 2024
1 parent 57caae5 commit 98294c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ npm run serve
```

> [!NOTE]
> docs-next is tuned to run at port `80` and *not* at the default 3000 (either with `npm run start` or with `npm run build`). If this port
> docs-next is tuned to run at port `80` and *not* at the default `3000` (either with `npm run start` or with `npm run build`). If this port
> is already in use in your computer, the app will be rendered at a random high port in the development environment.
## Deployment

You can deploy docs-next in a various infrastructure (as every React/TS application). You can just spin a docker container, or deploy it directly on
an ECS Server or on a CCE Kubernetes Cluster (recommended). Check the architecture and provided Helm Charts for the latter [Open Telekom Cloud Architecture Center Helm Charts](https://github.com/akyriako/docs-next-charts))repository.

### Manual

#### Build Docker Image
Expand Down

0 comments on commit 98294c9

Please sign in to comment.