Update Dockerfile

master
Chris Nutter 2025-01-10 11:30:59 -08:00
parent ae5581c509
commit 6f7911d2c0
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
ENV PYTHONUNBUFFERED=1
ENV PYTHONIOENCODING=UTF-8
ENV CALDAV_URL $CALDAV_URL
ENV CALENDAR_NAME $CALENDAR_NAME
ENV USERNAME $USERNAME