try to fix docker

This commit is contained in:
Joshua
2022-07-27 14:52:17 +10:00
parent a55d02de5e
commit 58db58e178

View File

@@ -28,6 +28,8 @@ RUN groupadd --gid "${USER_GID}" "${USER}" && \
COPY . /home/pi/pialert
RUN chmod -R a+rxw /home/pi/pialert/
# Pi.Alert
RUN python /home/pi/pialert/back/pialert.py update_vendors \
&& sed -ie 's/= 80/= '${PORT}'/g' /etc/lighttpd/lighttpd.conf \