按照https://www.dartlang.org/server/google-cloud-platform/app-engine/run.html中的说明操作 不再起作用了。 在docker构建阶段,它找不到pubspec.yaml(使用带有通配符*的正则表达式)。 我正在使用boot2docker和docker 1.5以及google / dart-runtime图像。 在Google Cloud中部署Dart应用程序时解决此问题的任何解决方案?
INFO 2015-03-08 14:41:12,215 containers.py:280] Step onbuild-0 : ADD pubspec.* /app/
ERROR 2015-03-08 14:41:12,244 containers.py:283] pubspec.*: no such file or directory
INFO 2015-03-08 14:41:12,244 containers.py:292] --------------------------------------------------------
ERROR 2015-03-08 14:41:12,244 instance.py:280] Docker build aborted: pubspec.*: no such file or directory
答案 0 :(得分:1)
将docker客户端更新到最新版本完成了工作:
boot2docker stop
boot2docker download
boot2docker start