From 1d60fb7de96984e9b2e7bedc2c9fa7a160cdc3f1 Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sat, 18 Jun 2022 12:50:51 +0200 Subject: [PATCH] .... && again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd72d8ba..8201586e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . /home/pi/pialert # Pi.Alert | also we probably should/can delete the tar from the repo and remove this line RUN rm -r /home/pi/pialert/tar \ - ln -s /home/pi/pialert/front /var/www/html/pialert \ + && ln -s /home/pi/pialert/front /var/www/html/pialert \ && python /home/pi/pialert/back/pialert.py update_vendors \ && (crontab -l 2>/dev/null; cat /home/pi/pialert/install/pialert.cron) | crontab - \ && chown -R www-data /home/pi/pialert/db