微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

在本地运行演示失败:服务“消费者”无法构建

如何解决在本地运行演示失败:服务“消费者”无法构建

当在 GitHub repository 上描述了构建 API 平台演示的 Tring 时,构建似乎在 PHP 步骤上失败了:

Step 28/36 : RUN set -eux;  mkdir -p var/cache var/log;     composer dump-autoload --classmap-authoritative --no-dev;   composer run-script --no-dev post-install-cmd;  chmod +x bin/console; sync
 ---> Running in 7c9b0eb0fd97
+ mkdir -p var/cache var/log
+ composer dump-autoload --classmap-authoritative --no-dev
Generating optimized autoload files (authoritative)
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
Generated optimized autoload files (authoritative) containing 4776 classes
+ composer run-script --no-dev post-install-cmd

Run composer recipes at any time to see the status of your Symfony recipes.

Executing script cache:clear [OK]
Executing script assets:install public [OK]
Executing script security-checker security:check [KO]
 [KO]
Script security-checker security:check returned with error code 1
!!                                                              
!!    The web service Failed for an unkNown reason (HTTP 403).  
!!                                                              
!!  
Script @auto-scripts was called via post-install-cmd
ERROR: Service 'consumer' Failed to build: The command '/bin/sh -c set -eux;    mkdir -p var/cache var/log;     composer dump-autoload --classmap-authoritative --no-dev;   composer run-script --no-dev post-install-cmd;  chmod +x bin/console; sync' returned a non-zero code: 1

我尝试以下命令:

docker-compose build

我也打开了一个问题https://github.com/api-platform/demo/issues/192

解决方法

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。