aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-09-27 22:53:12 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-09-27 22:53:12 +0100
commit4762a8dff33643e2169e8f2e8c91ac66c7822c68 (patch)
tree0e96285ec2a7855d678ae30625dca3339ce62ec9 /Dockerfile
parent3b2bbf199db2bd3a38e18c821114d1df97f2dd5e (diff)
downloadyaoi-communism-master.tar.gz
yaoi-communism-master.zip
Updated README.mdHEADmaster
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f6697f2..66c005e 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,5 @@
FROM reg.reaweb.uk/cron
+# https://github.com/jwansek/cron/
ENV TZ=Europe/London
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update -y