Deploy OpnForm using Docker
bash git config core.autocrlf false
And
check/fix the artisan script before running setup: bash # Using Git Bash or WSL dos2unix api/artisan
Otherwise, Docker containers may hang at
“Waiting for DB to be ready” during startup.http://localhost
http://localhost
and you’ll be guided through the setup process.
docker-compose.override.yml
to customize your deployment:
artisan
script may be converted from LF (Unix-style) to
CRLF (Windows-style). This prevents the Docker container from properly
executing the script, causing it to hang at “Waiting for DB to be ready”.
Always ensure script files maintain LF line endings.