Site updated at 2017-02-27 10:51:26 UTC

This commit is contained in:
Travis CI 2017-02-27 10:51:27 +00:00
parent 273b9fbc06
commit dc9bde050f
25 changed files with 39 additions and 39 deletions

View file

@ -141,7 +141,7 @@
<p>Raspberry pi needs to use a different docker build file so the build command is slightly different:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>docker build -f Docker-raspi/Dockerfile -t hadashboard .
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo docker build -f Docker-raspi/Dockerfile -t hadashboard .
</code></pre>
</div>