From 604d3cb8b2f49d0660d8ae6b8a1fa587eae9eb65 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Thu, 9 Jan 2025 22:07:26 -0800 Subject: [PATCH] Dockerfile fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 687a60c..92e6118 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY app.py . COPY requirements.txt . -RUN pip install --no-cache-dir -r -r requirements.txt +RUN pip install --no-cache-dir -r requirements.txt # Environment variables ENV CALDAV_URL=""