v1.59
Bugfix
Docker-Entrypoint nicht ausführbar im Container behoben
Das Script docker-entrypoint.sh hatte keine Execute-Berechtigung, was beim Deployment zu folgendem Fehler führte:
exec: "docker-entrypoint.sh": executable file not found in $PATH
Das Dockerfile setzt nun chmod +x auf das Entrypoint-Script.
Bugfix
Fix docker-entrypoint.sh not executable in container
The docker-entrypoint.sh script was missing the execute permission, causing the following error on deployment:
exec: "docker-entrypoint.sh": executable file not found in $PATH
The Dockerfile now runs chmod +x on the entrypoint script.