Browse Source

Add timing for build.sh

Markus Lindenberg 8 years ago
parent
commit
d6c6de89f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -2,4 +2,4 @@
 
 docker rm -f ffdobuild
 docker build -t ffdobuild .
-docker run --name ffdobuild ffdobuild
+time docker run --name ffdobuild ffdobuild