website/docker/README.md

12 lines
220 B
Markdown
Raw Normal View History

# CI image for GitLab CI deploys
This directory contains the necessary files to build a container image for the website deployments.
## How to build
Just run the script to build locally
```bash
./docker/build.sh
```