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:
@@ -0,0 +1,4 @@
|
||||
# Copy to .piscal-build.env and set your production password.
|
||||
# .piscal-build.env is gitignored - never commit it.
|
||||
#
|
||||
# PISCAL_SSH_PASSWORD=your_secure_password
|
||||
Reference in New Issue
Block a user