Added network address to Docker image services for host access #76
docker-image.yml
on: push
Matrix: codeql / Analyze
symfony
/
symfony-tests
1m 51s
eslint
/
Run eslint scanning
1m 2s
build-image
3m 58s
Annotations
1 error
build-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ $VERSION = \"8.2-apache\" ]; then \t\techo \"/wait && mkdir -p var/cache var/log && /usr/local/bin/php ./bin/console cache:clear && \t\t/usr/local/bin/php ./bin/console doctrine:database:create --no-interaction --if-not-exists && \t\t/usr/local/bin/php ./bin/console doctrine:schema:create --no-interaction && \t\t/usr/local/bin/php /app/bin/console app:udp-server 127.0.0.1:81 & \t\tapache2-foreground\" >> docker/entrypoint.sh; else \t\techo \"/wait && mkdir -p var/cache var/log && /usr/local/bin/php ./bin/console cache:clear && \t\t/usr/local/bin/php ./bin/console doctrine:database:create --no-interaction --if-not-exists && \t\t/usr/local/bin/php ./bin/console doctrine:schema:create --no-interaction && \t\t/usr/local/bin/php /app/bin/console app:udp-server 127.0.0.1:81 & \t\tphp-fpm\" >> docker/entrypoint.sh; \tfi" did not complete successfully: exit code: 2
|