Docker生成运行Dart应用程序找不到pubspec.yaml

遵循https://www.dartlang.org/server/google-cloud-platform/app-engine/run.html中的说明不再有效。 在docker构build阶段,它找不到pubspec.yaml(使用正则expression式和通配符*)。 我正在使用boot2docker和docker 1.5以及google / dart-runtime映像。 在Google Cloud中部署Dart应用程序的任何解决scheme?

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 

更新docker客户端到最新版本完成工作:

 boot2docker stop boot2docker download boot2docker start