chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore

This commit is contained in:
Junior L. Botelho (JLB) 2023-02-11 01:18:33 -03:00
parent 71ed181043
commit cc11ab9fff
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
## Introduction
The 'Dockerfile' located in the root directory will copy all Docker scripts from current dir to the container and build them inside the 'librex:latest' container.
The 'Dockerfile' located in the root directory will copy all Docker scripts from the current directory to the container and build them inside the 'librex:latest' container. The files inside the 'templates' directory contain variables that will be replaced by 'build.sh' with arguments from the Dockerfiles.
- Why are 'Docker-in-Docker' containers being run in this project?