diff --git a/Dockerfile b/Dockerfile index bacc3b9..ee986dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY requirements.txt ./ # download file from cdn -RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy-2-0-1.tar.gz +RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy.tar.gz # install pygrocy RUN pip install /app/pygrocy.tar.gz