gitea-to-ics/Dockerfile

10 lines
134 B
Docker
Raw Normal View History

2023-12-04 06:53:02 +00:00
FROM python:3-alpine
COPY requirements.txt /app/
RUN pip3 install -r requirements.txt
COPY . /app
CMD python /app/gitea-to-ics.py