again forgot the &&
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get update \
|
|||||||
&& apt-get autoremove \
|
&& apt-get autoremove \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& 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 \
|
||||||
lighttpd-enable-mod fastcgi-php
|
&& lighttpd-enable-mod fastcgi-php
|
||||||
# Redirect for lighthttpd to work properly
|
# Redirect for lighthttpd to work properly
|
||||||
|
|
||||||
COPY . /home/pi/pialert
|
COPY . /home/pi/pialert
|
||||||
|
|||||||
Reference in New Issue
Block a user