aboutsummaryrefslogtreecommitdiffstats
path: root/klaus/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-02-12 15:35:42 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2024-02-12 15:35:42 +0000
commit95a34e9de9eef195c0b31e513b688a0c3c85e631 (patch)
tree4576c66cd857c8c870c5aa032174146012b47129 /klaus/Dockerfile
parentcd055d0580b5ef704a05815183a0444370d58aa0 (diff)
downloadgit-scripts-95a34e9de9eef195c0b31e513b688a0c3c85e631.tar.gz
git-scripts-95a34e9de9eef195c0b31e513b688a0c3c85e631.zip
Updated script, switched to cgit
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"]
-