We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d183622 commit c5fc1a1Copy full SHA for c5fc1a1
1 file changed
TelegramDownloader/Dockerfile
@@ -29,7 +29,8 @@ 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
36
0 commit comments