Skip to content

Commit

Permalink
B/c the previous push went perfect, let's add this b/c it can't hurt …
Browse files Browse the repository at this point in the history
…really :)
  • Loading branch information
Macleykun authored Oct 11, 2024
1 parent 143d045 commit 88611e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:alpine

ENV VIRTUAL_ENV=/opt/venv

RUN python -m venv $VIRTUAL_ENV
RUN python -m venv $VIRTUAL_ENV && echo "*/5 * * * * wget -q -O /opt/pixel-server/customlight.cfg https://api.thingspeak.com/channels/1417/field/2/last.txt" >> /var/spool/cron/crontabs/root

ENV PATH="$VIRTUAL_ENV/bin:$PATH"

Expand Down

0 comments on commit 88611e3

Please sign in to comment.