From 90167a73eb31403c5f59fdbdce3fa7eedc8a2dda Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sun, 12 Jun 2022 16:06:59 +0200 Subject: [PATCH] Finished up first parter --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69de1ad3..0ef6c665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file