For the building purpose of a Package or Docker Image it is recommended to first clone the repo:
git clone <repo_url>
To build the webapp docker image you can simply run the build_container.sh also found on the root folder of this repo:
./build_container.sh
If you're not using this aplication from a .deb/.rpm package installation please follow the next steps to ensure that you have a porper environment set up
mkdir -p nginx/certificates
openssl req -batch -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx/certificates/nginx-certificate-key.key -out nginx/certificates/nginx-certificate.crt
docker network create -d bridge nita-network
To launch this container you can use the supplied docker_compose.yaml file, simply run:
docker-compose -p nitawebapp up -d