doubt that this will work
Build and Push Docker Images / build-and-push (push) Successful in 5m28s

This commit is contained in:
2026-04-03 11:20:33 +02:00
parent 50838ee7bc
commit d86e27db6d
2 changed files with 8 additions and 0 deletions
@@ -70,6 +70,11 @@ cd /workspace
# Install PHP dependencies
composer install
# CakePHP: CRLF in bin/cake (common after Windows checkouts) breaks the shell script and PHP_SAPI probing
if [ -f bin/cake ]; then
sed -i 's/\r$//' bin/cake
fi
# Copy the environment file to the repository's environments directory
if [ -f /environment/.env ]; then
cp /environment/.env /workspace/.env