Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloppenlander committed Jan 15, 2024
1 parent 0375f02 commit a19286e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN pip install requests
WORKDIR /app
COPY crontab /etc/cron.d/crontab
COPY update-cloudflare.py ./update-cloudflare.py
COPY entrypoint.sh ./entrypoint.sh
RUN chmod 0644 /etc/cron.d/crontab
RUN chmod 0755 ./entrypoint.sh
RUN /usr/bin/crontab /etc/cron.d/crontab
CMD printenv > /etc/environment && cron -f

0 comments on commit a19286e

Please sign in to comment.