Implement support for custom passwords in Docker builds by introducing .piscal-build.env file. Update build scripts to load environment variables from this file, enhancing security and flexibility. Revise README documentation to reflect new password handling options.
This commit is contained in:
@@ -48,6 +48,7 @@ piscal
|
||||
# Credential files (SECURITY - never commit these)
|
||||
credentials.txt
|
||||
passwords.txt
|
||||
.piscal-build.env
|
||||
*.secrets
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
Reference in New Issue
Block a user