Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -94,7 +94,8 @@ Once you SSH into your Hass.io box, you have access to your add-ons in “/addon
<li>Inside that directory create three files.</li>
</ul>
<p><code class="highlighter-rouge">Dockerfile</code>:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>FROM %%BASE_IMAGE%%
<div class="highlighter-rouge"><pre class="highlight"><code>ARG BUILD_FROM
FROM $BUILD_FROM
ENV LANG C.UTF-8