chore: rename docker directory

This commit is contained in:
Junior L. Botelho (JLB) 2023-02-11 19:18:04 -03:00
parent 0faba78be1
commit 4a5dad014d
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
11 changed files with 1 additions and 1 deletions

View File

@ -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'