Dockerfile fix
parent
4f275dbd3b
commit
604d3cb8b2
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue