Skip to content

Commit

Permalink
Change Docker entrypoint to owlbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-ghidoni committed Jul 14, 2024
1 parent 2873b3b commit 3d0ad0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ WORKDIR /owlbot

RUN apk add --no-cache python3 py3-pip
RUN pip install --break-system-packages -r requirements.txt
RUN crontab crontab.txt

# Install tzdata to switch timezone on deployment
RUN apk add --no-cache tzdata

CMD ["crond", "-f"]
CMD ["python", "owlbot.py"]

0 comments on commit 3d0ad0e

Please sign in to comment.