Fix some Docker-related issues

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-07-15 17:51:39 +00:00
parent 3b6b84728d
commit c6bcc8722c
3 changed files with 19 additions and 6 deletions

11
docker/README.md Normal file
View file

@ -0,0 +1,11 @@
# 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
```