[] feat: runs every night at 1am
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.12-alpine
|
||||
RUN apk update && apk add openssh
|
||||
|
||||
COPY ./ /app
|
||||
COPY --chmod=0600 ./build/id_rsa /root/.ssh/
|
||||
|
||||
RUN pip3 install requests
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["python3", "./epg-grabber/getEpgs.py"]
|
||||
Reference in New Issue
Block a user