We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fc1a1 commit 0b5b9afCopy full SHA for 0b5b9af
1 file changed
TelegramDownloader/Dockerfile
@@ -29,7 +29,7 @@ RUN apt-get update && \
29
rm -rf /var/lib/apt/lists/*
30
31
# Copia y instala los requirements de WebDav
32
-# COPY WebDav /app/WebDav
+COPY ./WebDav /app/WebDav
33
RUN ls -l /app/WebDav
34
RUN python3 -m pip install --upgrade pip && \
35
python3 -m pip install -r /app/WebDav/requirements.txt
0 commit comments