mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-15 05:29:36 +00:00
11 lines
220 B
Markdown
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
|
|
```
|