Browse Source

chore: rename docker directory

Junior L. Botelho (JLB) 2 years ago
parent
commit
4a5dad014d

+ 1 - 1
Dockerfile

@@ -16,7 +16,7 @@ LABEL name="LibreX" \
 
 # Include arguments as temporary environment variables to be handled by Docker during the image build process
 # Change or add new arguments to customize the image generated by 'docker build' command
-ARG DOCKER_SCRIPTS=".docker"
+ARG DOCKER_SCRIPTS="docker"
 
 # Customize the environment during both execution and build time by modifying the environment variables added to the container's shell
 # When building your image, make sure to set the 'TZ' environment variable to your desired time zone location, for example 'America/Sao_Paulo'

+ 0 - 0
.docker/README.md → docker/README.md


+ 0 - 0
.docker/entrypoint.sh → docker/entrypoint.sh


+ 0 - 0
.docker/nginx/nginx.dockerfile → docker/nginx/nginx.dockerfile


+ 0 - 0
.docker/nginx/nginx.entrypoint.sh → docker/nginx/nginx.entrypoint.sh


+ 0 - 0
.docker/php/php.dockerfile → docker/php/php.dockerfile


+ 0 - 0
.docker/php/php.entrypoint.sh → docker/php/php.entrypoint.sh


+ 0 - 0
.docker/prepare.sh → docker/prepare.sh


+ 0 - 0
.docker/templates/config.php → docker/templates/config.php


+ 0 - 0
.docker/templates/nginx.conf → docker/templates/nginx.conf


+ 0 - 0
.docker/templates/opensearch.xml → docker/templates/opensearch.xml