From 827e24acc65cb2d8dee7cba2bbcbfbe8575b8d38 Mon Sep 17 00:00:00 2001 From: nex Date: Mon, 15 Jan 2024 10:43:39 +0000 Subject: [PATCH] Remove needless second copy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb89805..4f08639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]