mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
small fixed but now it's ready
This commit is contained in:
@@ -9,6 +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 \
|
||||||
|
&& ln -s /home/pi/pialert/front /var/www/html/pialert \
|
||||||
&& lighttpd-enable-mod fastcgi-php
|
&& lighttpd-enable-mod fastcgi-php
|
||||||
# Redirect for lighthttpd to work properly
|
# Redirect for lighthttpd to work properly
|
||||||
|
|
||||||
@@ -16,14 +17,9 @@ COPY . /home/pi/pialert
|
|||||||
|
|
||||||
# Pi.Alert | also we probably should/can delete the tar from the repo and remove this line
|
# Pi.Alert | also we probably should/can delete the tar from the repo and remove this line
|
||||||
RUN rm -r /home/pi/pialert/tar \
|
RUN rm -r /home/pi/pialert/tar \
|
||||||
&& ln -s /home/pi/pialert/front /var/www/html/pialert \
|
|
||||||
&& python /home/pi/pialert/back/pialert.py update_vendors \
|
&& python /home/pi/pialert/back/pialert.py update_vendors \
|
||||||
&& (crontab -l 2>/dev/null; cat /home/pi/pialert/install/pialert.cron) | crontab -
|
&& (crontab -l 2>/dev/null; cat /home/pi/pialert/install/pialert.cron) | crontab -
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
|
||||||
|
|
||||||
VOLUME /home/pi/pialert/db
|
|
||||||
|
|
||||||
# https://github.com/rtsp/docker-lighttpd/blob/main/Dockerfile
|
# https://github.com/rtsp/docker-lighttpd/blob/main/Dockerfile
|
||||||
# Todo, refacto CMD so that we can run lighttpd and make it respond instant
|
# Todo, refacto CMD so that we can run lighttpd and make it respond instant
|
||||||
# The above Dockerfile is doing this well, but i don't see why it isn't working for us
|
# The above Dockerfile is doing this well, but i don't see why it isn't working for us
|
||||||
|
|||||||
Reference in New Issue
Block a user