From e0fe7060328a215b9b83802aa2498bfc56cfd45f Mon Sep 17 00:00:00 2001 From: Macleykun Date: Fri, 17 Jun 2022 22:59:17 +0200 Subject: [PATCH] Forgot added new line in first RUN --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f3305a5..1759cd59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ && apt-get clean autoclean \ && apt-get autoremove \ && rm -rf /var/lib/apt/lists/* \ - ln -s /home/pi/pialert/install/index.html /var/www/html/index.html + && ln -s /home/pi/pialert/install/index.html /var/www/html/index.html # Redirect for lighthttpd to work properly COPY . /home/pi/pialert