From c97ac0e6fd73a8657da2617e530f2920ced6dc4e Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 2 Jan 2020 16:55:57 +0100 Subject: [PATCH] added non-tested Dockerfile & updated video gauges --- Dockerfile | 7 +++++++ rowers/templates/embedded_video.html | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..3cf83085 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM python:3-alpine +COPY requirements.txt ./ +WORKDIR /usr/src/app/ +RUN pip install --no-cache-dir -r requirements.txt +COPY . . +EXPOSE 8000 +CMD ["python", "./manage.py", "runserver"] diff --git a/rowers/templates/embedded_video.html b/rowers/templates/embedded_video.html index f31fc280..7d66b3de 100644 --- a/rowers/templates/embedded_video.html +++ b/rowers/templates/embedded_video.html @@ -411,6 +411,17 @@ function copyText() {

{% endif %} +
  • +

    We're building Gauges to show the video data based on the + Google charts API. + You can contribute by developing your own gauge in + JSFiddle like + this example. + Please send us the link to the JSFiddle example by email using the + Contact Form and we'll discuss the possibilities + with you. +

    +
  •