dockerized it

This commit is contained in:
Joachim Lusiardi
2015-03-07 09:51:38 +01:00
parent 0a778295b6
commit 00c6f6d71d
17 changed files with 43 additions and 332 deletions

View File

@@ -3,6 +3,7 @@
{% block navigation %}
<li><a href='{{ url_for('getPitStops') }}'>Home</a></li>
<li><a href='{{ url_for('createPitStopForm') }}' class="active">Create Pitstop</a></li>
<li><a href='{{ url_for('getStatistics') }}'>Statistics</a></li>
{% endblock %}
{% block body %}