Dockerfile fix

master
Chris Nutter 2025-01-09 22:07:26 -08:00
parent 4f275dbd3b
commit 604d3cb8b2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY app.py . COPY app.py .
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
# Environment variables # Environment variables
ENV CALDAV_URL="" ENV CALDAV_URL=""