remove test dir

This commit is contained in:
2021-06-21 09:25:11 +00:00
parent 1d88b8670f
commit c5f4e9b838

View File

@@ -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"]