> For the complete documentation index, see [llms.txt](https://docs.podkrepi.bg/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podkrepi.bg/development/frontend/environments/production.md).

# Production

## Production environment

### Build frontend

```
yarn build
```

### Build Docker image

```
docker build . \
    --file ./Dockerfile \
    --target production \
    --build-arg NODE_ENV=production
```
