Skip to content

Commit 0b5b9af

Browse files
committed
chore: dockerfile change
1 parent c5fc1a1 commit 0b5b9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TelegramDownloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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
3333
RUN ls -l /app/WebDav
3434
RUN python3 -m pip install --upgrade pip && \
3535
python3 -m pip install -r /app/WebDav/requirements.txt

0 commit comments

Comments
 (0)