Skip to content

Commit c5fc1a1

Browse files
committed
chore: dockerfile
1 parent d183622 commit c5fc1a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

TelegramDownloader/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ RUN apt-get update && \
2929
rm -rf /var/lib/apt/lists/*
3030

3131
# Copia y instala los requirements de WebDav
32-
COPY WebDav /app/WebDav
32+
# COPY WebDav /app/WebDav
33+
RUN ls -l /app/WebDav
3334
RUN python3 -m pip install --upgrade pip && \
3435
python3 -m pip install -r /app/WebDav/requirements.txt
3536

0 commit comments

Comments
 (0)