chore: remove unused requirements.txt COPY from Dockerfile
This commit is contained in:
parent
7f961be4dc
commit
6419b977c1
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ RUN useradd --create-home botuser && \
|
|||
chown -R botuser:botuser /home/botuser/
|
||||
USER botuser
|
||||
WORKDIR /home/botuser/discord-rss-bot
|
||||
COPY --chown=botuser:botuser requirements.txt /home/botuser/discord-rss-bot/
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
||||
uv sync --no-install-project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue