1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

Merge branch 'dev'

Dockerfile updates
This commit is contained in:
Michael Crosby 2013-06-23 17:32:50 -09:00
commit f2b849fd85
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ RUN apt-get update
RUN apt-get upgrade
ADD . /app/
ADD dockerui dockerui
RUN ln -s /app/dockerui /dockerui
EXPOSE 9000:9000
EXPOSE 9000

View file

@ -1,3 +1,3 @@
<div class="footer center well">
<p><small>Docker API Version: <strong>{{ apiVersion }}</strong> UI Version: <strong>{{ uiVersion }}</strong> <a style="float:right" href="http://crosbymichael.com">crosbymichael</a></small></p>
<p><small>Docker API Version: <strong>{{ apiVersion }}</strong> UI Version: <strong>{{ uiVersion }}</strong> <a style="float:right" href="https://github.com/crosbymichael/dockerui">dockerui</a></small></p>
</div>