> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/engineering-reference-docs/bf-enterprise-documentation/setting-up-the-server/starting-server.md).

# Starting server

Once server is setup and Docker installed in it, the following command can be used to start the service.

```javascript
docker run -dp 80:80 --env-file yourEnvFile ourPublicRepo/betterforms:V0.10.84-bfe
```

* Where:
  * yourEnvFile: env file created according to previous section;
  * ourPublicRepo: repository where our docker image will be hosted.
