aboutsummaryrefslogtreecommitdiffstats
path: root/klaus/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'klaus/Dockerfile')
-rwxr-xr-xklaus/Dockerfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/klaus/Dockerfile b/klaus/Dockerfile
deleted file mode 100755
index c5a901f..0000000
--- a/klaus/Dockerfile
+++ /dev/null
@@ -1,12 +0,0 @@
-FROM jonashaag/klaus:latest
-MAINTAINER Eden Attenborough "eda@e.email"
-ENV TZ=Europe/London
-RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
-
-COPY ./klaus.css /usr/lib/python3.10/site-packages/klaus/static
-COPY . /app
-WORKDIR /app
-RUN pip3 install -r requirements.txt
-ENTRYPOINT ["python3"]
-CMD ["app.py"]
-