mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
fixed logging + cleanup
This commit is contained in:
@@ -32,8 +32,6 @@ COPY . /home/pi/pialert
|
||||
RUN rm /etc/nginx/sites-available/default \
|
||||
&& ln -s /home/pi/pialert/install/default /etc/nginx/sites-available/default \
|
||||
&& sed -ie 's/listen 80/listen '${PORT}'/g' /etc/nginx/sites-available/default \
|
||||
# make the logs accessible in the old location
|
||||
&& ln -s /home/pi/pialert/front/log /home/pi/pialert/log \
|
||||
# run the hardware vendors update
|
||||
&& /home/pi/pialert/back/update_vendors.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user