update requirements
Some checks failed
WakaReadme CI / UnitTests (push) Failing after 13s

This commit is contained in:
2024-01-15 20:52:49 +08:00
parent b55e75a74d
commit b88da2af7d
2 changed files with 5 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ ENV PATH="${PATH}:/root/.local/bin" \
PIP_DEFAULT_TIMEOUT=100
# copy project files
COPY --chown=root:root pyproject.toml main.py /app/
COPY --chown=root:root requirements.txt main.py /app/
# install dependencies
RUN python -m pip install /app/