Cloning docs for 0.20.0

This commit is contained in:
Brendan Burns
2015-06-25 20:07:34 -07:00
parent 712f303350
commit 82f7303a00
538 changed files with 95131 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM google/cloud-sdk
RUN apt-get update && apt-get install -y curl
ADD run.sh /run.sh
RUN chmod a+x /*.sh
CMD ["/run.sh"]