Remove needless second copy

This commit is contained in:
Nexus 2024-01-15 10:43:39 +00:00
parent 469af6b9d7
commit 827e24acc6
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -69,6 +69,5 @@ COPY requirements.txt /tmp/requirements.txt
RUN /app/venv/bin/pip install -Ur /tmp/requirements.txt --no-input
COPY ./src/ /app/
COPY ./src/cogs/ /app/cogs/
CMD ["/app/venv/bin/python", "main.py"]