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