From c5f4e9b8382b95973ded0ab364b9ae7f821c3816 Mon Sep 17 00:00:00 2001 From: jimmy Date: Mon, 21 Jun 2021 09:25:11 +0000 Subject: [PATCH] remove test dir --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb8029a..f816da2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,5 @@ RUN apt-get update && apt-get install -y git zip && pip install aiohttp b2sdk py RUN mkdir /root/.ssh COPY src /src -COPY test /test CMD [ "python", "/src/main.py"] \ No newline at end of file