feat: Update pygrocy download link in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2024-03-05 18:25:04 +08:00
parent 8bec2fe1c7
commit d48d5ee474

View File

@ -8,7 +8,7 @@ WORKDIR /app
COPY requirements.txt ./ COPY requirements.txt ./
# download file from cdn # 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 # install pygrocy
RUN pip install /app/pygrocy.tar.gz RUN pip install /app/pygrocy.tar.gz