From 5b783ebff915b77b4933ebce2187c81d0077c7ee Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 27 Jul 2022 15:01:35 +1000 Subject: [PATCH] Revert dockerfile changes --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f0c15c0..cd17f6c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,12 +28,9 @@ RUN groupadd --gid "${USER_GID}" "${USER}" && \ COPY . /home/pi/pialert -RUN chmod -R a+rxw /home/pi/pialert/ - # Pi.Alert RUN python /home/pi/pialert/back/pialert.py update_vendors \ && sed -ie 's/= 80/= '${PORT}'/g' /etc/lighttpd/lighttpd.conf \ - && sed "s+TIMEZONE.*+TIMEZONE = '"${TZ}"'+" /home/pi/pialert/config/pialert.conf \ && (crontab -l 2>/dev/null; cat /home/pi/pialert/install/pialert.cron) | crontab - # it's easy for permissions set in Git to be overridden, so doing it manually