website/docker/README.md
Andrei Jiroh Halili c6bcc8722c Fix some Docker-related issues
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
2023-07-15 17:53:39 +00:00

11 lines
220 B
Markdown

# 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
```