mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 16:33:39 +00:00
12 lines
220 B
Markdown
12 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
|
||
|
```
|