Finished up first parter

This commit is contained in:
Macleykun
2022-06-12 16:06:59 +02:00
parent 17f6203d99
commit 90167a73eb

View File

@@ -27,10 +27,6 @@ RUN ln -s /home/pi/pialert/front /var/www/html/pialert \
&& sed -ie 's/= 80/= 20211/g' /etc/lighttpd/lighttpd.conf \
&& service lighttpd restart
# Expose the below port
EXPOSE 20211
# Set up startup script to run two commands, cron and the lighttpd server
# RUN chmod +x /home/pi/pialert/dockerfiles/start.sh
CMD ["/home/pi/pialert/dockerfiles/start.sh"]
CMD ["/home/pi/pialert/dockerfiles/start.sh"]